Getting “ErrImageNeverPull” in pods

前端 未结 3 990
情书的邮戳
情书的邮戳 2021-01-04 04:29

Am using minikube to test out the deployment and was going through thislink

And my manifest file for deployment is like

apiVersion: ext         


        
3条回答
  •  遥遥无期
    2021-01-04 04:43

    Check your

    kubectl version 
    

    Be sure the client version is up to date with the daemon(Server) version. Read below quote from the official docs

    You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.2 client should work with v1.1, v1.2, and v1.3 master. Using the latest version of kubectl helps avoid unforeseen issues.

提交回复
热议问题