tb51cx opened a new issue, #403:
URL: https://github.com/apache/apisix-helm-chart/issues/403

   您好,用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](https://user-images.githubusercontent.com/38271333/202992369-0824d8ed-1f9d-497d-8561-452d38cb9441.png)
   
![image](https://user-images.githubusercontent.com/38271333/202992839-59cf6871-fc3f-49b6-949f-b7618fc6be27.png)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to