kubernetesVersion: 1.19.7
agentPoolProfiles.vmSize: Standard_D3_v2
K8S Charts: https://github.com/sunkararp/IgniteChart
We followed Link to setup diskEncryptionSetID.
Pods are not getting deployed; stuck with error 'pod has unbound immediate PersistentVolumeClaims'
k describe pod cohortstore-0 -n ayushman
Name: cohortstore-0
Namespace: ayushman
Priority: 0
Node: <none>
Labels: app=cohortstore
controller-revision-hash=cohortstore-6ccbc89bc6
statefulset.kubernetes.io/pod-name=cohortstore-0
Annotations: <none>
Status: Pending
IP:
IPs: <none>
Controlled By: StatefulSet/cohortstore
Containers:
ignite:
Image: apacheignite/ignite:2.9.1
Ports: 11211/TCP, 47100/TCP, 47500/TCP, 49112/TCP, 10800/TCP, 8080/TCP, 10900/TCP
Host Ports: 0/TCP, 0/TCP, 0/TCP, 0/TCP, 0/TCP, 0/TCP, 0/TCP
Environment:
IGNITE_QUIET: false
JVM_OPTS: -Djava.net.preferIPv4Stack=true
OPTION_LIBS: ignite-kubernetes,ignite-rest-http
Mounts:
/opt/ignite/apache-ignite/config from config-volume (rw)
/persistence from ignite-persistence (rw)
/var/run/secrets/kubernetes.io/serviceaccount from cohortstore-com-token-hk6kn (ro)
/wal from ignite-wal (rw)
Conditions:
Type Status
PodScheduled False
Volumes:
ignite-persistence:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: ignite-persistence-cohortstore-0
ReadOnly: false
ignite-wal:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: ignite-wal-cohortstore-0
ReadOnly: false
config-volume:
Type: ConfigMap (a volume populated by a ConfigMap)
Name: cohortstore-configmap
Optional: false
cohortstore-com-token-hk6kn:
Type: Secret (a volume populated by a Secret)
SecretName: cohortstore.com-token-hk6kn
Optional: false
QoS Class: BestEffort
Node-Selectors: <none>
Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedScheduling 3s (x12 over 12m) default-scheduler 0/1 nodes are available: 1 pod has unbound immediate PersistentVolumeClaims.