You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Kubeops is great for creating or deleting resource, but sometime you just need to patch a resource, that goes from adding annotations to adding a complete spec tree.
Describe the solution you'd like
Here is an example of a kubeops patch operation adding a backup section to a CNPG cluster
Thanks for opening this issue 👍. The team will review it shortly.
If this is a bug report, make sure to include clear instructions how on to reproduce the problem with minimal reproducible examples, where possible. If this is a security report, please review our security policy as outlined in SECURITY.md.
If you haven't already, please take a moment to review our project's Code of Conduct document.
Is your feature request related to a problem? Please describe.
Kubeops is great for creating or deleting resource, but sometime you just need to patch a resource, that goes from adding annotations to adding a complete spec tree.
Describe the solution you'd like
Here is an example of a kubeops patch operation adding a backup section to a CNPG cluster
Describe alternatives you've considered
Doing that wit a kubetask bash script that embed kubectl
Environment
Kubernetes Version/Provider: ...
Storage Provider: ...
Cluster Size (#nodes): ...
Data Size: ...
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: