We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the solution you'd like We should give server side apply (SSA) a try for our operator.
From what I understood, this could reduce the code we have to maintain and make the reconcile more straight forward.
Describe alternatives you've considered We can keep the operator as is. It works as it is.
Additional context General docs about SSA: https://kubernetes.io/docs/reference/using-api/server-side-apply/#using-server-side-apply-in-a-controller
Advantages to controllers: https://kubernetes.io/blog/2022/10/20/advanced-server-side-apply/?utm_source=pocket_mylist#controller-authors
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
We should give server side apply (SSA) a try for our operator.
From what I understood, this could reduce the code we have to maintain and make the reconcile more straight forward.
Describe alternatives you've considered
We can keep the operator as is. It works as it is.
Additional context
General docs about SSA:
https://kubernetes.io/docs/reference/using-api/server-side-apply/#using-server-side-apply-in-a-controller
Advantages to controllers:
https://kubernetes.io/blog/2022/10/20/advanced-server-side-apply/?utm_source=pocket_mylist#controller-authors
The text was updated successfully, but these errors were encountered: