Hello, In new Casablanca deployment, below pvc's are waiting in pending status. How can we fix this ?
Thanks, ubuntu@kub1:~$ kubectl get pvc -n onap | grep -i pending dev-appc-appc-db Pending 1d dev-oof-cmso-db Pending 1d dev-sdnc-controller-blueprints-db Pending 1d dev-sdnc-nengdb Pending ubuntu@kub1:~$ kubectl describe pvc dev-appc-appc-db -n onap Name: dev-appc-appc-db Namespace: onap StorageClass: Status: Pending Volume: Labels: app=appc-db chart=mariadb-galera-3.0.0 heritage=Tiller release=dev-appc Annotations: <none> Finalizers: [kubernetes.io/pvc-protection] Capacity: Access Modes: Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal FailedBinding 9m (x322 over 1h) persistentvolume-controller no persistent volumes available for this claim and no storage class is set Normal FailedBinding 9s (x14 over 3m) persistentvolume-controller no persistent volumes available for this claim and no storage class is set ubuntu@kub1:~$ kubectl describe pvc dev-oof-cmso-db -n onap Name: dev-oof-cmso-db Namespace: onap StorageClass: Status: Pending Volume: Labels: app=cmso-db chart=mariadb-galera-3.0.0 heritage=Tiller release=dev-oof Annotations: <none> Finalizers: [kubernetes.io/pvc-protection] Capacity: Access Modes: Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal FailedBinding 10m (x321 over 1h) persistentvolume-controller no persistent volumes available for this claim and no storage class is set Normal FailedBinding 10s (x17 over 4m) persistentvolume-controller no persistent volumes available for this claim and no storage class is set ubuntu@kub1:~$ kubectl describe pvc dev-sdnc-controller-blueprints-db -n onap Name: dev-sdnc-controller-blueprints-db Namespace: onap StorageClass: Status: Pending Volume: Labels: app=controller-blueprints-db chart=mariadb-galera-3.0.0 heritage=Tiller release=dev-sdnc Annotations: <none> Finalizers: [kubernetes.io/pvc-protection] Capacity: Access Modes: Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal FailedBinding 10m (x322 over 1h) persistentvolume-controller no persistent volumes available for this claim and no storage class is set Normal FailedBinding 6s (x19 over 4m) persistentvolume-controller no persistent volumes available for this claim and no storage class is set ubuntu@kub1:~$ kubectl describe pvc dev-sdnc-nengdb -n onap Name: dev-sdnc-nengdb Namespace: onap StorageClass: Status: Pending Volume: Labels: app=nengdb chart=mariadb-galera-3.0.0 heritage=Tiller release=dev-sdnc Annotations: <none> Finalizers: [kubernetes.io/pvc-protection] Capacity: Access Modes: Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal FailedBinding 11m (x321 over 1h) persistentvolume-controller no persistent volumes available for this claim and no storage class is set Normal FailedBinding 4s (x22 over 5m) persistentvolume-controller no persistent volumes available for this claim and no storage class is set -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14717): https://lists.onap.org/g/onap-discuss/message/14717 Mute This Topic: https://lists.onap.org/mt/28873242/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
