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 2022/05/13 08:03:15 UTC

[GitHub] [apisix-helm-chart] tao12345666333 commented on pull request #284: could not install apisix-ingress if ingress-controller.enabled changed to true when helm install apisix charts

tao12345666333 commented on PR #284:
URL: https://github.com/apache/apisix-helm-chart/pull/284#issuecomment-1125768552

   ```
   helm install apisix apisix/apisix --set gateway.type=NodePort --set ingress-controller.enabled=true --set ingress-controller.config.apisix.serviceNamespace=apisix --namespace apisix --create-namespace --set ingress-controller.config.apisix.serviceName=apisix-admin
   ```
   
   Thanks, you can pass `--set ingress-controller.config.apisix.serviceNamespace=apisix` and ` --set ingress-controller.config.apisix.serviceName=apisix-admin` .
   
   Release Namespace is not used directly because of the scenario of a standalone installation of the APISIX Ingress controller (although it is not recommended)
   
   I don't think this change is reasonable.


-- 
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