apisix-helm-chart
apisix-helm-chart copied to clipboard
BUG:install fail ‘pod has unbound immediate PersistentVolumeClaims’ on Qcloud/TencentCloud TKE
env:TKE command:helm install apisix ./chart/apisix -n default


You need to specify etcd.persistence.storageClass to automatically create pvc.
Can we distinguish the cloud K8S environment so that we can use a special default store class for it.
how to set etcd.persistence.storageClass automatically create ?
@maxid See https://github.com/bitnami/charts/tree/master/bitnami/etcd, just pass the field to helm's --set option.