You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/03/26 07:02:59 UTC

[GitHub] [pulsar] xiangwangcheng opened a new issue #6614: Can not deploy zookeeper on minikube

xiangwangcheng opened a new issue #6614: Can not deploy zookeeper on minikube
URL: https://github.com/apache/pulsar/issues/6614
 
 
   **Describe the bug**
   When I deploy zookeeper on minikube by using
   `kubectl apply -f zookeeper.yaml`
   It just stuck on `ContainerCreating`.  Half an hour later, the command `kubectl describe pod  zk-0`  showed that it was still pulling images `apachepulsar/pulsar-all:latest`. But I have already pulled this image by using docker pull.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Go to '...'
   2. Click on '....'
   3. Scroll down to '....'
   4. See error
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
    - OS: [e.g. iOS]
   
   **Additional context**
   Add any other context about the problem 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


With regards,
Apache Git Services

[GitHub] [pulsar] sijie commented on issue #6614: Can not deploy zookeeper on minikube

Posted by GitBox <gi...@apache.org>.
sijie commented on issue #6614: Can not deploy zookeeper on minikube
URL: https://github.com/apache/pulsar/issues/6614#issuecomment-605741086
 
 
   @xiangwangcheng I am not sure how did you configure minikube. I would recommend you checkout the minikube documentation: https://kubernetes.io/docs/setup/learning-environment/minikube/#using-minikube-with-an-http-proxy

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


With regards,
Apache Git Services

[GitHub] [pulsar] xiangwangcheng commented on issue #6614: Can not deploy zookeeper on minikube

Posted by GitBox <gi...@apache.org>.
xiangwangcheng commented on issue #6614: Can not deploy zookeeper on minikube
URL: https://github.com/apache/pulsar/issues/6614#issuecomment-604286273
 
 
   @sijie How can I pull the image within minikube? Seems it can not connect to the docker hub.

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


With regards,
Apache Git Services

[GitHub] [pulsar] sijie commented on issue #6614: Can not deploy zookeeper on minikube

Posted by GitBox <gi...@apache.org>.
sijie commented on issue #6614: Can not deploy zookeeper on minikube
URL: https://github.com/apache/pulsar/issues/6614#issuecomment-611283078
 
 
   @xiangwangcheng were you able to configure minikube to use proxy?

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


With regards,
Apache Git Services

[GitHub] [pulsar] xiangwangcheng commented on issue #6614: Can not deploy zookeeper on minikube

Posted by GitBox <gi...@apache.org>.
xiangwangcheng commented on issue #6614: Can not deploy zookeeper on minikube
URL: https://github.com/apache/pulsar/issues/6614#issuecomment-604267811
 
 
   @sijie I pulled the image on my laptop. 
   
   BTW, the dashboarad gives this error: Failed to pull image "apachepulsar/pulsar-all:latest": rpc error: code = Unknown desc = context canceled.

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


With regards,
Apache Git Services

[GitHub] [pulsar] xiangwangcheng commented on issue #6614: Can not deploy zookeeper on minikube

Posted by GitBox <gi...@apache.org>.
xiangwangcheng commented on issue #6614: Can not deploy zookeeper on minikube
URL: https://github.com/apache/pulsar/issues/6614#issuecomment-611343578
 
 
   @sijie No, I configured the proxy according to the doc but still cannot pull any images.

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


With regards,
Apache Git Services

[GitHub] [pulsar] sijie commented on issue #6614: Can not deploy zookeeper on minikube

Posted by GitBox <gi...@apache.org>.
sijie commented on issue #6614: Can not deploy zookeeper on minikube
URL: https://github.com/apache/pulsar/issues/6614#issuecomment-604273064
 
 
   @xiangwangcheng 
   
   Minikube is running a vm. so if you pulled the image at your laptop, the image isn't available at minikube. So when you launch the zk pod, it will pull the image again.

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


With regards,
Apache Git Services

[GitHub] [pulsar] sijie commented on issue #6614: Can not deploy zookeeper on minikube

Posted by GitBox <gi...@apache.org>.
sijie commented on issue #6614: Can not deploy zookeeper on minikube
URL: https://github.com/apache/pulsar/issues/6614#issuecomment-604266908
 
 
   > But I have already pulled this image by using docker pull.
   
   did you pull the image within Minikube or at your laptop?

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


With regards,
Apache Git Services