komljen / helm-charts

Helm charts - Apps for Kubernetes
154 stars 102 forks source link

gcp pvc never binds #14

Open vdamianchicon opened 5 years ago

vdamianchicon commented 5 years ago

Thanks for the elasticsearch operator and cluster Pod has unbound PersistentVolumeClaims never resolves. Any suggestions?

here is my manifest

elasticsearch: image: repository: quay.io/pires/docker-elasticsearch-kubernetes tag: "6.4.2" name: efk-cluster clientReplicas: 2 masterReplicas: 3 dataReplicas: 3 dataVolumeSize: 10Gi javaOpts: "-Xms1024m -Xmx1024m" zones:

komljen commented 5 years ago

So, PVCs are created, just not bounded? Try to describe PVC and ES pods, there should be more info.

vdamianchicon commented 5 years ago

looks like in gcp when using a multi-zone cluster, all of the node pools are replicated to those zones automatically. SO I just use a multi-zone cluster and omit the zone definition in the manifest. The reason I get a Pod has unbound PersistentVolumeClaims when declaring the zone definition in the manifest and using a multi-zone cluster, may be because of a naming convention conflict. I'm not certain : (