-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Pv,PVC helm chart deployment using helm operator facing issue #6331
Comments
@annu-mishraa Could you please let us know if there are any errors in the logs. If possible could you also share your project so that we can replicate it. Helm operator should support creation of any K8s resources, if not we would need more information to know what's happening. |
@varshaprasad96 We could see PV's - & PVC's getting deployed , but pvc's are stuck in pending state and also we see the same chart is getting correctly deployed via helm install and are not in pending state. kubectl get persistentvolumeclaim -n odim
|
@annu-mishraa It looks like the issue is not related to the helm, but instead relevant to how PVC is created. I could find a thread regarding the same here, according to which it states that "if the PVC cannot bind to the hostpath PV for ANY reason the error is a very generic and misleading one of storageclass.storage.k8s.io "manual" not found". You could see a detailed explanation on this error here, which if I'm not wrong is not because of helm but because the PV is not found. Could you try following the steps mentioned here and create a PV and PVC manually in your cluster to verify that everything works? |
@varshaprasad96 But similar when deployed via helm operator PV's are getting created but Pvc's are getting stuck in pending. Could you please check once, it might be specific to helm operator. |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Bug Report
What did you do?
I am trying to deploy pv ,pvc helm chart using helm operator but its nit creating all the persistent volume mentioned. Does it support or not ?
What did you expect to see?
I am expecting to create persistentvolumeclaim with the pv and pvc yaml configuration.
What did you see instead? Under which circumstances?
Environment
Operator type:
language helmKubernetes cluster type:
$ operator-sdk version
$ go version
(if language is Go)$ kubectl version
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: