You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions up until the "Deploy all microservices to GKE cluster:" section, and now I am receiving the following error messages:
- deployment/authentication: container authentication is waiting to start: <img-ref> can't be pulled - pod/authentication-7759fc6d4-67fgt: container authentication is waiting to start: <img-ref> can't be pulled - deployment/authentication failed. Error: container authentication is waiting to start: <img-ref> can't be pulled. 1/1 deployment(s) failed Error occurs when running command: PROJECT_ID=<project-id> skaffold run -p default-deploy -n default --default-repo="gcr.io/<project-id>" (working_dir=.)
This specifically occurs when running sb deploy -n $NAMESPACE. For reference, I did not set up a jump host as it is an optional step.
The text was updated successfully, but these errors were encountered:
I followed the instructions up until the "Deploy all microservices to GKE cluster:" section, and now I am receiving the following error messages:
- deployment/authentication: container authentication is waiting to start: <img-ref> can't be pulled
- pod/authentication-7759fc6d4-67fgt: container authentication is waiting to start: <img-ref> can't be pulled
- deployment/authentication failed. Error: container authentication is waiting to start: <img-ref> can't be pulled.
1/1 deployment(s) failed
Error occurs when running command: PROJECT_ID=<project-id> skaffold run -p default-deploy -n default --default-repo="gcr.io/<project-id>" (working_dir=.)
This specifically occurs when running
sb deploy -n $NAMESPACE
. For reference, I did not set up a jump host as it is an optional step.The text was updated successfully, but these errors were encountered: