apache / apisix-helm-chart

Apache APISIX Helm Chart
https://apisix.apache.org/
Apache License 2.0
231 stars 207 forks source link

不能创建PV #403

Open tb51cx opened 1 year ago

tb51cx commented 1 year ago

您好,用eks安装 apisix-ingress时候PVC不能自动创建PV并绑定,导致后续所有pod不能创建出来。 helm repo add apisix https://charts.apiseven.com helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update kubectl create ns ingress-apisix helm install apisix apisix/apisix \ --set gateway.type=LoadBalancer \ --set ingress-controller.enabled=true \ --namespace ingress-apisix \ --set ingress-controller.config.apisix.serviceNamespace=ingress-apisix kubectl get service --namespace ingress-apisix PVC不能自动创建PV,有默认SV image image

tb51cx commented 1 year ago

国产的网关发展的真么好,真心高兴,也希望文档方面能下一些功夫。就比如我碰到的不能创建PV 的情况应该很常见。后来排查发现是驱动的问题。这个文档上一点都没体现。之前apixix-ingress用自建的ETCD也一直启动不了,也没有相关的文档。

sweetpotatoman commented 1 year ago

您好,用eks安装 apisix-ingress时候PVC不能自动创建PV并绑定,导致后续所有pod不能创建出来。 helm repo add apisix https://charts.apiseven.com helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update kubectl create ns ingress-apisix helm install apisix apisix/apisix --set gateway.type=LoadBalancer --set ingress-controller.enabled=true --namespace ingress-apisix --set ingress-controller.config.apisix.serviceNamespace=ingress-apisix kubectl get service --namespace ingress-apisix PVC不能自动创建PV,有默认SV image image

看起来是你少创建了一个 sc

tao12345666333 commented 1 year ago

https://apisix.apache.org/docs/ingress-controller/deployments/aws/

yes. we are using bitnami/etcd Helm chart to deploy etcd cluster.

Detailed configuration can be obtained in the corresponding repo