-
Notifications
You must be signed in to change notification settings - Fork 99
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
snapshot-controller container in controller pod fails when CRDs are not installed #264
Comments
Would it make sense to add |
@emiran-orange Is this to disable the snapshot feature? I am not sure if we want that to be configurable. Or are you saying even if the crds are present and we set |
@Abhinandan-Purkait Thanks for the highlight. Disabling the snapshot feature was what I had in mind but I understand your position. |
@Abhinandan-Purkait Is it on purpose ? |
Okay. |
Thanks for your time and sorry for the disturbance of this (non)issue. |
What steps did you take and what happened:
Install chart with
crd.volumeSnapshot=False
, wait for container snapshot-controller to crash with the following error:What did you expect to happen:
Ability not to add snapshot-controller to pod
The output of the following commands will help us better understand what's going on:
kubectl logs -f openebs-lvm-controller-0 -n kube-system -c openebs-lvm-plugin
Not relevant
kubectl logs -f openebs-lvm-node-[xxxx] -n kube-system -c openebs-lvm-plugin
Not relevant
kubectl get pods -n kube-system
kubectl get lvmvol -A -o yaml
Not relevant
Anything else you would like to add:
volumeSnapshot CRDs are only conditioned on
crd.volumeSnapshot
while there is aloscrd.enabled
which is not interpreted anywhere...Environment:
kubectl version
): Not relevant/etc/os-release
): Not relevantThe text was updated successfully, but these errors were encountered: