Managed Kubernetes
Latest
Frequently Asked Questions
Solutions
How Tos
Internal Only
Templates
Powered By

Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
The PVC Remains In Pending State While Deploying Fission Using Helm Chart
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
- The following error can be seen when PVC resources are described using
kubectl.
Normal FailedBinding 3m50s (x12346 over 2d3h) persistentvolume-controller no persistent volumes available for this claim and no storage class is set- Once create the PVC can not be modified for the
storageClassNameas it is immutable.
Environment
- Platform9 Managed Kubernetes - All Versions
- Persistent Volumes
- Helm Charts
Cause
StorageClass was not defined to bind it to the desired Persistent Volume.
Resolution
- A
StorageClassis required for binding the PVCs to the existing PVs. - The
storageClassvalue needs to be defined in the values.yaml file in the HelmChart for Fission.
## If defined, storageClassName: [storageClass] ## If set to "-", storageClassName: "", which disables dynamic provisioning ## If undefined (the default) or set to null, no storageClassName spec is ## set, choosing the default provisioner. (gp2 on AWS, standard on ## GKE, AWS & OpenStack) # storageClass: "-"- Helm Chart uses Go Templates and the
storageClassNamein pvc.yaml file is populated from the values.yaml file.
{{- if (eq "-" .Values.persistence.storageClass) }} storageClassName: "" {{- else }} storageClassName: {{ .Values.persistence.storageClass | quote }}VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches
Last updated on
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message