A
A
anykeiwik2019-07-26 14:09:58
Kubernetes
anykeiwik, 2019-07-26 14:09:58

Helm pod has unbound immediate PersistentVolumeClaims how to solve?

I can’t deploy pods using helm, I write like this: helm install stable/mysql
I get: pod has unbound immediate PersistentVolumeClaims
Kubernetis professionals are calling for your help, what am I doing wrong?
PersistentVolumeClaims weighs in statusPending

kubectl describe pvc wishing-walrus-mysql
Name:          wishing-walrus-mysql
Namespace:     default
StorageClass:  
Status:        Pending
Volume:        
Labels:        app=wishing-walrus-mysql
               chart=mysql-1.3.0
               heritage=Tiller
               release=wishing-walrus
Annotations:   <none>
Finalizers:    [kubernetes.io/pvc-protection]
Capacity:      
Access Modes:  
VolumeMode:    Filesystem
Events:
  Type       Reason         Age                  From                         Message
  ----       ------         ----                 ----                         -------
  Normal     FailedBinding  7s (x25 over 5m45s)  persistentvolume-controller  no persistent volumes available for this claim and no storage class is set

I read about dynamic volumes in Google, do I need to create them too?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question