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
For certain resources created by an operator during instance installation, provide a way to optionally retain those resources when the instance is uninstalled.
During re-installation of an instance with the same name, KUDO should detect that the resource already exists and not overwrite it.
This could, for example, be controlled via an annotation on the resource:
For example, an operator may install a database and generate a random Secret that contains the credentials for the database. The database is persisted on a PVC. When the instance is uninstalled, KUDO will not delete the PVC but will delete the Secret. If attempting to reuse the retained PVC, the credentials are lost.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
For certain resources created by an operator during instance installation, provide a way to optionally retain those resources when the instance is uninstalled.
During re-installation of an instance with the same name, KUDO should detect that the resource already exists and not overwrite it.
This could, for example, be controlled via an annotation on the resource:
Why is this needed:
For example, an operator may install a database and generate a random Secret that contains the credentials for the database. The database is persisted on a PVC. When the instance is uninstalled, KUDO will not delete the PVC but will delete the Secret. If attempting to reuse the retained PVC, the credentials are lost.
The text was updated successfully, but these errors were encountered: