Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

operator: Update kustomize files to remove deprecated keywords/features #11419

Closed
fortra-cloudops-platform opened this issue Dec 8, 2023 · 2 comments · Fixed by #14447
Closed

Comments

@fortra-cloudops-platform

When using kustomize to deploy the operator I see these WARNINGS

# Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
# Warning: 'vars' is deprecated. Please use 'replacements' instead. [EXPERIMENTAL] Run 'kustomize edit fix' to update your Kustomization automatically.
# Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically.

To Reproduce
Run kustomize build for the operator

Expected behavior
No Warnings of deprecations

@periklis
Copy link
Collaborator

periklis commented Dec 8, 2023

The kustomize config is still v4 but we are happy for any contribution to push this to v5. Glad to help anybody driving this

@periklis
Copy link
Collaborator

This will be addressed soon when upgrading the operator code base using operator-sdk v1.33 and refactoring the underlying code structure to reflect kubebuilder go/v4 as per later requires kustomize v5.

@periklis periklis changed the title [Operator] Update kustomize files to remove deprecated keywords/features operator: Update kustomize files to remove deprecated keywords/features Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants