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 ?
You gave an invalid docker image name in your deployment so it can’t succeed.