apisix-helm-chart icon indicating copy to clipboard operation
apisix-helm-chart copied to clipboard

BUG:install fail ‘pod has unbound immediate PersistentVolumeClaims’ on Qcloud/TencentCloud TKE

Open Miss-you opened this issue 5 years ago • 4 comments

env:TKE command:helm install apisix ./chart/apisix -n default

image

image

Miss-you avatar Dec 25 '20 07:12 Miss-you

You need to specify etcd.persistence.storageClass to automatically create pvc.

junnplus avatar Mar 11 '21 03:03 junnplus

Can we distinguish the cloud K8S environment so that we can use a special default store class for it.

tokers avatar Mar 11 '21 12:03 tokers

how to set etcd.persistence.storageClass automatically create ?

maxid avatar Apr 11 '22 12:04 maxid

@maxid See https://github.com/bitnami/charts/tree/master/bitnami/etcd, just pass the field to helm's --set option.

tokers avatar Apr 12 '22 00:04 tokers