jikunchong commented on issue #739:
URL:
https://github.com/apache/apisix-ingress-controller/issues/739#issuecomment-962602314
# 提前创建好命名空间
sudo kubectl create ns apisix-system
# 安装
sudo helm install apisix apisix/apisix \
--set apisix.image.tag=2.10.1-alpine \
--set gateway.type=NodePort \
--set admin.allow.ipList="{0.0.0.0/0}" \
--set dashboard.enabled=true \
--set ingress-controller.enabled=true \
--set ingress-controller.config.apisix.serviceNamespace=apisix-system \
--namespace apisix-system
--
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]