You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/11/07 12:30:26 UTC

[GitHub] [apisix-ingress-controller] jikunchong commented on issue #739: apisix-ingress-controller failed to install

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org