Hi,

Trying to setup minikube on Windows 10 with Hyper-V.

*kubectl run hello-minikube --image=gcr.io/google_containers/echoserver:1.4 
--port=8080*

But hello-minikube pod is stuck in ContainerCreating

*kubectl get pod*
NAME                             READY     STATUS              RESTARTS   
AGE
hello-minikube-180744149-z87pb   0/1       ContainerCreating   0          
*15h*

*kubectl logs hello-minikube-180744149-z87pb*
Error from server (BadRequest): container "hello-minikube" in pod 
"hello-minikube-180744149-z87pb" is waiting to start: ContainerCreating

*kubectl describe pods hello-minikube-180744149-z87pb*

Events:
  Type     Reason      Age                   From               Message
  ----     ------      ----                  ----               -------
  Warning  *FailedSync*  11s (x4103 over 15h)  kubelet, minikube  *Error 
syncing pod*


How can I debug this further?

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to