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/02/16 06:55:06 UTC

[GitHub] [apisix-helm-chart] xewn opened a new issue #236: apisix-ingress-controller默认的命名空间,可以改成apisix不?

xewn opened a new issue #236:
URL: https://github.com/apache/apisix-helm-chart/issues/236


   默认的命名空间,可以改成apisix不?和另外两个统一一下
   helm install apisix-ingress-controller apisix/apisix-ingress-controller --namespace ingress-apisix --create-namespace
   每次都因为这个命名空间不统一报错。


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



[GitHub] [apisix-helm-chart] tao12345666333 commented on issue #236: apisix-ingress-controller默认的命名空间,可以改成apisix不?

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #236:
URL: https://github.com/apache/apisix-helm-chart/issues/236#issuecomment-1041229403


   Sure, welcome to open a PR.
   
   In fact, I recommend deploying with a command like:
   
   ```
   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
   ```


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



[GitHub] [apisix-helm-chart] tao12345666333 commented on issue #236: apisix-ingress-controller默认的命名空间,可以改成apisix不?

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #236:
URL: https://github.com/apache/apisix-helm-chart/issues/236#issuecomment-1048997608


   I have installed in KubeSphere and everything works fine.
   
   You can try to check your network, or see if there is any valid information in the logs.


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



[GitHub] [apisix-helm-chart] zaunist commented on issue #236: apisix-ingress-controller默认的命名空间,可以改成apisix不?

Posted by GitBox <gi...@apache.org>.
zaunist commented on issue #236:
URL: https://github.com/apache/apisix-helm-chart/issues/236#issuecomment-1054056375


   > > 
   > 
   > In fact it is configurable.
   > 
   > https://github.com/apache/apisix-helm-chart/blob/2a481404fc85707283df1ce0eda0e6680240d58a/charts/apisix-ingress-controller/templates/deployment.yaml#L54
   > 
   > Of course, I also agree to unify the content in the default document so that users can get started quickly.
   
   I would like to do this work, please assign to me.


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



[GitHub] [apisix-helm-chart] xewn commented on issue #236: apisix-ingress-controller默认的命名空间,可以改成apisix不?

Posted by GitBox <gi...@apache.org>.
xewn commented on issue #236:
URL: https://github.com/apache/apisix-helm-chart/issues/236#issuecomment-1041450780


   你这个命令,好像不会安装apisix dashboard。我是在kubesphere安装的,总是有各种问题,安装不成功。


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



[GitHub] [apisix-helm-chart] tao12345666333 commented on issue #236: apisix-ingress-controller默认的命名空间,可以改成apisix不?

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #236:
URL: https://github.com/apache/apisix-helm-chart/issues/236#issuecomment-1053758913


   here is my install command:
   
   ```
   elm 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 --set dashboard.enabled=true
   ```


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



[GitHub] [apisix-helm-chart] tao12345666333 closed issue #236: apisix-ingress-controller默认的命名空间,可以改成apisix不?

Posted by GitBox <gi...@apache.org>.
tao12345666333 closed issue #236:
URL: https://github.com/apache/apisix-helm-chart/issues/236


   


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



[GitHub] [apisix-helm-chart] zaunist edited a comment on issue #236: apisix-ingress-controller默认的命名空间,可以改成apisix不?

Posted by GitBox <gi...@apache.org>.
zaunist edited a comment on issue #236:
URL: https://github.com/apache/apisix-helm-chart/issues/236#issuecomment-1054056375


   > > 
   > 
   > In fact it is configurable.
   > 
   > https://github.com/apache/apisix-helm-chart/blob/2a481404fc85707283df1ce0eda0e6680240d58a/charts/apisix-ingress-controller/templates/deployment.yaml#L54
   > 
   > Of course, I also agree to unify the content in the default document so that users can get started quickly.
   
   +1, and I would like to do update our document, please assign to me.


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



[GitHub] [apisix-helm-chart] tao12345666333 commented on issue #236: apisix-ingress-controller默认的命名空间,可以改成apisix不?

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #236:
URL: https://github.com/apache/apisix-helm-chart/issues/236#issuecomment-1054070545


   assigned


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



[GitHub] [apisix-helm-chart] xewn commented on issue #236: apisix-ingress-controller默认的命名空间,可以改成apisix不?

Posted by GitBox <gi...@apache.org>.
xewn commented on issue #236:
URL: https://github.com/apache/apisix-helm-chart/issues/236#issuecomment-1041461727


   `helm install apisix apisix/apisix --set gateway.type=NodePort --set ingress-controller.enabled=true --set dashboard.enabled=true --set ingress-controller.config.apisix.serviceNamespace=apisix --namespace apisix --create-namespace --set ingress-controller.config.apisix.serviceName=apisix-admin`
   这个安装也失败


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



[GitHub] [apisix-helm-chart] xewn commented on issue #236: apisix-ingress-controller默认的命名空间,可以改成apisix不?

Posted by GitBox <gi...@apache.org>.
xewn commented on issue #236:
URL: https://github.com/apache/apisix-helm-chart/issues/236#issuecomment-1052924027


   `helm install apisix apisix/apisix --set gateway.type=NodePort --set ingress-controller.enabled=true --set dashboard.enabled=true --set ingress-controller.config.apisix.serviceNamespace=apisix --namespace apisix --create-namespace --set ingress-controller.config.apisix.serviceName=apisix-admin`
   你用这个安装 apisix dashboard ingress,有没问题?


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



[GitHub] [apisix-helm-chart] xewn commented on issue #236: apisix-ingress-controller默认的命名空间,可以改成apisix不?

Posted by GitBox <gi...@apache.org>.
xewn commented on issue #236:
URL: https://github.com/apache/apisix-helm-chart/issues/236#issuecomment-1052921544


   你是同时安装 apisix  dashboard  ingress?
   


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



[GitHub] [apisix-helm-chart] xewn commented on issue #236: apisix-ingress-controller默认的命名空间,可以改成apisix不?

Posted by GitBox <gi...@apache.org>.
xewn commented on issue #236:
URL: https://github.com/apache/apisix-helm-chart/issues/236#issuecomment-1041462090


   ![image](https://user-images.githubusercontent.com/1423410/154268600-5ec47e37-d9c8-4cb5-9c5d-9efd9ca3aa7a.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: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix-helm-chart] xewn commented on issue #236: apisix-ingress-controller默认的命名空间,可以改成apisix不?

Posted by GitBox <gi...@apache.org>.
xewn commented on issue #236:
URL: https://github.com/apache/apisix-helm-chart/issues/236#issuecomment-1042675694


   可以看到日志的。要不你们搞个kubesphere部署一下呢?  我都尝试了很多次了,主要是k8s不懂,自己搞不来。


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



[GitHub] [apisix-helm-chart] xewn commented on issue #236: apisix-ingress-controller默认的命名空间,可以改成apisix不?

Posted by GitBox <gi...@apache.org>.
xewn commented on issue #236:
URL: https://github.com/apache/apisix-helm-chart/issues/236#issuecomment-1042675845


   或者我让你们远程来看?
   


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



[GitHub] [apisix-helm-chart] tokers commented on issue #236: apisix-ingress-controller默认的命名空间,可以改成apisix不?

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #236:
URL: https://github.com/apache/apisix-helm-chart/issues/236#issuecomment-1042480378


   @xewn I think the command provided by you is correct, could you provide some details about why the container quit? Such as the log messages.


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



[GitHub] [apisix-helm-chart] xewn commented on issue #236: apisix-ingress-controller默认的命名空间,可以改成apisix不?

Posted by GitBox <gi...@apache.org>.
xewn commented on issue #236:
URL: https://github.com/apache/apisix-helm-chart/issues/236#issuecomment-1052922192


   单独安装 apisix dashboard是没问题的。单独安装apisix和ingress也是没问题的。三个一起安装就不行。


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



[GitHub] [apisix-helm-chart] zaunist commented on issue #236: apisix-ingress-controller默认的命名空间,可以改成apisix不?

Posted by GitBox <gi...@apache.org>.
zaunist commented on issue #236:
URL: https://github.com/apache/apisix-helm-chart/issues/236#issuecomment-1042483939


   @xewn I found your apisix is not ready, so dashboard will wait apisix initial success, could you give more info about apisix status ?


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



[GitHub] [apisix-helm-chart] zaunist commented on issue #236: apisix-ingress-controller默认的命名空间,可以改成apisix不?

Posted by GitBox <gi...@apache.org>.
zaunist commented on issue #236:
URL: https://github.com/apache/apisix-helm-chart/issues/236#issuecomment-1053763945


   I have a suggestion, let's change the namespace of the script waiting for apisix to start in the init container in ingress-controller to apisix, and then set the default namespace to apisix consistently. How do you think? @tao12345666333 


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



[GitHub] [apisix-helm-chart] tao12345666333 commented on issue #236: apisix-ingress-controller默认的命名空间,可以改成apisix不?

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #236:
URL: https://github.com/apache/apisix-helm-chart/issues/236#issuecomment-1053933768


   > 
   In fact it is configurable.
   
   https://github.com/apache/apisix-helm-chart/blob/2a481404fc85707283df1ce0eda0e6680240d58a/charts/apisix-ingress-controller/templates/deployment.yaml#L54
   
   Of course, I also agree to unify the content in the default document so that users can get started quickly.


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