I am trying to test google cloud kubernetes. I created a cluster (all default setting) and pushed my docker image to gc image registry. When in workload I try to deploy the image, it gives me this error:
Pod errors: ImagePullBackOff
I tried to search around but all of the problems are related to when you have your docker registry outside google/kubernetes.
Any idea?
ImagePullBackOffis a too general error. - Anton Kostenkokubectl describe pod $pod_nameresult. There are no any general problems with UI interface and it's working for me. - Anton KostenkoError from server (Forbidden): pods "cluster-1" is forbidden: User "client" cannot get pods in the namespace "default": Unknown user "client"- Dijamgcloud container clusters get-credentials cluster-1 --zone ZONE --project PROJECT- suren