Kubernetes deployment freezes

4/20/2020

When trying to run command:

kubectl get deployments

I get this message:

C:\Users\win 10\AppData\Local\Google\Cloud SDK\helloworld-gke>kubectl rollout status deployment helloworld-gke
Waiting for deployment "helloworld-gke" rollout to finish: 0 of 1 updated replicas are available...

and nothing has happened since then, is this a freeze or it is taking time to deploy ?

-- nabeel mumtaz
google-kubernetes-engine
kubernetes

1 Answer

4/20/2020

You gave an invalid docker image name in your deployment so it can’t succeed.

-- coderanger
Source: StackOverflow