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/03/01 02:45:12 UTC

[GitHub] [apisix-helm-chart] wjkhappy14 opened a new issue #240: apisix-ingress-controller

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


   when run  command:
   helm install apisix-ingress-controller apisix/apisix-ingress-controller
   
   then got  this log:
   container "apisix-ingress-controller" in pod "apisix-ingress-controller-7859756884-jqnzk" is waiting to start: PodInitializing


-- 
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] wjkhappy14 commented on issue #240: apisix-ingress-controller-PodInitializing

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


   Container image "busybox:1.28" already present on machine


-- 
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 #240: apisix-ingress-controller-PodInitializing

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


   


-- 
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] wjkhappy14 edited a comment on issue #240: apisix-ingress-controller-PodInitializing

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


   K8S reason:
   ContainersNotInitialized
   containers with incomplete status: [wait-apisix-admin]
   in fact  the  apisix-admin  is running 


-- 
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 #240: apisix-ingress-controller-PodInitializing

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


   you should run this command:
   
   ```
   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
   ```
   
    `ingress-controller.config.apisix.serviceName=apisix-admin` and   `ingress-controller.config.apisix.serviceNamespace=apisix`  are the root cause. 
   
   https://github.com/apache/apisix-helm-chart/blob/2a481404fc85707283df1ce0eda0e6680240d58a/charts/apisix-ingress-controller/templates/deployment.yaml#L51-L54


-- 
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] wjkhappy14 commented on issue #240: apisix-ingress-controller

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


   K8S reason:
   ContainersNotInitialized
   containers with incomplete status: [wait-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] wjkhappy14 commented on issue #240: apisix-ingress-controller-PodInitializing

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


   now i run the command as you said, all pos and service  are going well 
   thks so much


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