What is the meaning of ImagePullBackOff status on a Kubernetes pod?

前端 未结 9 1463
梦毁少年i
梦毁少年i 2021-02-02 04:49

I\'m trying to run my first kubernetes pod locally. I\'ve run the following command (from here):

export ARCH=amd64
docker run -d \\
    --volume=/:/rootfs:ro \\
         


        
9条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-02 05:30

    I had similar problem when using minikube over hyperv with 2048GB memory. I found that in HyperV manager the Memory Demand was higher than allocated.

    So I stopped minikube and assigned somewhere between 4096-6144GB. It worked fine after that, all pods running!

    I don't know if this can nail down the issue in every case. But just have a look at the memory and disk allocated to the minikube.

提交回复
热议问题