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/02/03 05:58:49 UTC

[GitHub] [apisix-ingress-controller] tokers opened a new issue #229: bug: how to skip basic resources installation by helm chart

tokers opened a new issue #229:
URL: https://github.com/apache/apisix-ingress-controller/issues/229


   ### Issue description
   
   Use helm charts to install apisix-ingress-controller in multiple namespaces.
   
   ```
   helm install apisix-ingress-controller -n <namespace> ./charts/apisix-ingress-controller
   ```
   
   ### What's the actual result? (including assertion message & call stack if applicable)
   
   The first installation is successful, while the second one failed since some cluster-scoped resources already exists.
   
   ![image](https://user-images.githubusercontent.com/10428333/106704938-e82db780-6627-11eb-94e7-704101fddb5b.png)
   
   
   ### What's the expected result?
   
   The second installation should be also successful.
   


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

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



[GitHub] [apisix-ingress-controller] Junnplus commented on issue #229: bug: how to skip basic resources installation by helm chart

Posted by GitBox <gi...@apache.org>.
Junnplus commented on issue #229:
URL: https://github.com/apache/apisix-ingress-controller/issues/229#issuecomment-772274906


   We use ClusterRole now, ClusterRole is a non-namespaced resource, but helm release is namespaced resource and auto set annotation `meta.helm.sh/release-namespace` cause this problem.
   
   Use different release name of helm can avoid this problem.


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

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



[GitHub] [apisix-ingress-controller] Junnplus commented on issue #229: bug: how to skip basic resources installation by helm chart

Posted by GitBox <gi...@apache.org>.
Junnplus commented on issue #229:
URL: https://github.com/apache/apisix-ingress-controller/issues/229#issuecomment-772573797


   Sure, it may take some time.


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

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



[GitHub] [apisix-ingress-controller] tokers commented on issue #229: bug: how to skip basic resources installation by helm chart

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #229:
URL: https://github.com/apache/apisix-ingress-controller/issues/229#issuecomment-772254782


   @Junnplus Please take a look when you have time.


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

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



[GitHub] [apisix-ingress-controller] tokers commented on issue #229: bug: how to skip basic resources installation by helm chart

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #229:
URL: https://github.com/apache/apisix-ingress-controller/issues/229#issuecomment-772960290


   @Junnplus I'll assign this issue for you and feel free to post your questions here :)


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

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



[GitHub] [apisix-ingress-controller] tokers commented on issue #229: bug: how to skip basic resources installation by helm chart

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #229:
URL: https://github.com/apache/apisix-ingress-controller/issues/229#issuecomment-817075142


   Currently, we add a FAQ to mention users.https://github.com/apache/apisix-ingress-controller/blob/master/docs/en/latest/FAQ.md


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

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



[GitHub] [apisix-ingress-controller] Junnplus commented on issue #229: bug: how to skip basic resources installation by helm chart

Posted by GitBox <gi...@apache.org>.
Junnplus commented on issue #229:
URL: https://github.com/apache/apisix-ingress-controller/issues/229#issuecomment-772336403


   > Could we add a switch to control the installation of RBAC related resources?
   
   `rbac.create` and `serviceAccount.create` can control create of rbac/serviceAccount resource.
   But need manual bind serviceAccount to old clusterRole.


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

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



[GitHub] [apisix-ingress-controller] tokers commented on issue #229: bug: how to skip basic resources installation by helm chart

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #229:
URL: https://github.com/apache/apisix-ingress-controller/issues/229#issuecomment-772283133


   @Junnplus But users like me might not know this.


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

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



[GitHub] [apisix-ingress-controller] tokers closed issue #229: bug: how to skip basic resources installation by helm chart

Posted by GitBox <gi...@apache.org>.
tokers closed issue #229:
URL: https://github.com/apache/apisix-ingress-controller/issues/229


   


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

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



[GitHub] [apisix-ingress-controller] tokers removed a comment on issue #229: bug: how to skip basic resources installation by helm chart

Posted by GitBox <gi...@apache.org>.
tokers removed a comment on issue #229:
URL: https://github.com/apache/apisix-ingress-controller/issues/229#issuecomment-772254782


   @Junnplus Please take a look when you have time.


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

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



[GitHub] [apisix-ingress-controller] tokers commented on issue #229: bug: how to skip basic resources installation by helm chart

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #229:
URL: https://github.com/apache/apisix-ingress-controller/issues/229#issuecomment-772283368


   @Junnplus Could we add a switch to control the installation of RBAC related resources?


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

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



[GitHub] [apisix-ingress-controller] tokers commented on issue #229: bug: how to skip basic resources installation by helm chart

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #229:
URL: https://github.com/apache/apisix-ingress-controller/issues/229#issuecomment-772342917


   @Junnplus Would you like to add these best practices to the document, I think it's better to record them.


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

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