Hello Team,
I have executed “helm install stackstorm/stackstorm-ha” on my Kubernetes configured on the AWS EC2 instances. After installation, I have found that MongoDB and RabbitMQ pods were not running. During the troubleshooting found that PVC’s were not created. Adding error information here.
[root@k8s-master1 ~]# kubectl describe pvc data-yummy-bear-rabbitmq-ha-0
Name: data-yummy-bear-rabbitmq-ha-0
Namespace: default
StorageClass:
Status: Pending
Volume:
Labels: app=rabbitmq-ha
release=yummy-bear
Annotations:
Finalizers: [kubernetes.io/pvc-protection]
Capacity:
Access Modes:
VolumeMode: Filesystem
Mounted By:
Events:
Type Reason Age From Message
Normal FailedBinding 3m20s (x142 over 38m) persistentvolume-controller no persistent volumes available
for this claim and no storage class is set
[root@k8s-master1 ~]#
[root@k8s-master1 ~]#
[root@k8s-master1 ~]# kubectl describe pvc datadir-oldfashioned-bison-mongodb-ha-0
Name: datadir-oldfashioned-bison-mongodb-ha-0
Namespace: default
StorageClass:
Status: Pending
Volume:
Labels: app=mongodb-ha
release=oldfashioned-bison
Annotations:
Finalizers: [kubernetes.io/pvc-protection]
Capacity:
Access Modes:
VolumeMode: Filesystem
Mounted By: oldfashioned-bison-mongodb-ha-0
Events:
Type Reason Age From Message
Normal FailedBinding 3m36s (x42 over 13m) persistentvolume-controller no persistent volumes available for
this claim and no storage class is set
[root@k8s-master1 ~]#