In the Kubernetes cluster environment built using kubeadm, following the QuickStart does not deploy the InterStepBufferService. #2187
-
Following the QuickStart, applying a manifest file like the one below to deploy the InterStepBuffer does not complete the deployment.
Upon checking the pod details, it was found to be pending because the PVC is not bound.
I believe it is necessary to either manually create a PersistentVolume (PV) or deploy an appropriate StorageClass to address this issue. I would greatly appreciate your guidance on the appropriate way to handle this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Please deploy an appropriate StorageClass. |
Beta Was this translation helpful? Give feedback.
Thank you for your assistance. I was able to resolve the issue by utilizing sig-storage-local-static-provisioner.