How to add reclaim policy to PVC created by Microcks Operator? #1715
swattamw2024
started this conversation in
Community
Replies: 1 comment 1 reply
-
Hey @swattamw2024 Thanks for your interest in Microcks and for asking this question. I'm afraid we didn't implement that part yet in the new Operator, as we didn't report this feature from the Helm Chart installation procedure IIRC. This would require a new release of the operator and -- before that -- creating an issue in the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Community,
We have successfully installed the Microcks Operator, but we are facing an issue with the PVCs created by its instance. The PVCs do not have a reclaim policy defined, and we could not find any configuration option in the operator to specify this.
Environment: OpenShift (Enterprise setup)
Issue: Operator installation works fine, but PVC creation fails due to missing reclaim policy.
Current Workaround: We temporarily disabled the storage webhook to proceed, but this is not a permanent solution.
👉 Could you please guide us on how to configure the Microcks Operator so that PVCs it creates include a reclaim policy (e.g., Retain/Delete)?
Is there any parameter we can set during installation or in the CR (MicrocksInstall) spec?
Thanks in advance for your support!
Beta Was this translation helpful? Give feedback.
All reactions