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
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 2m43s default-scheduler Successfully assigned default/sample-app--draft-1-deployer-qgrvb to gke-cluster-1-default-pool-6612ed74-3f6b
Normal BackOff 83s (x6 over 2m42s) kubelet, gke-cluster-1-default-pool-6612ed74-3f6b Back-off pulling image "gcr.io/cloud-marketplace/juliacomputing-public/sample-app/deployer@sha256:7c106983491b284720710a0b62c41ad3a371019ebb4829921a8c05cb2828acdd"
Normal Pulling 69s (x4 over 2m43s) kubelet, gke-cluster-1-default-pool-6612ed74-3f6b pulling image "gcr.io/cloud-marketplace/juliacomputing-public/sample-app/deployer@sha256:7c106983491b284720710a0b62c41ad3a371019ebb4829921a8c05cb2828acdd"
Warning Failed 68s (x4 over 2m43s) kubelet, gke-cluster-1-default-pool-6612ed74-3f6b Failed to pull image "gcr.io/cloud-marketplace/juliacomputing-public/sample-app/deployer@sha256:7c106983491b284720710a0b62c41ad3a371019ebb4829921a8c05cb2828acdd": rpc error: code = Unknown desc = Error response from daemon: manifest for gcr.io/cloud-marketplace/juliacomputing-public/sample-app/deployer@sha256:7c106983491b284720710a0b62c41ad3a371019ebb4829921a8c05cb2828acdd not found
Warning Failed 68s (x4 over 2m43s) kubelet, gke-cluster-1-default-pool-6612ed74-3f6b Error: ErrImagePull
Warning Failed 58s (x7 over 2m42s) kubelet, gke-cluster-1-default-pool-6612ed74-3f6b Error: ImagePullBackOff
So, gcr.io/cloud-marketplace/juliacomputing-public/sample-app/deployer@sha256:7c106983491b284720710a0b62c41ad3a371019ebb4829921a8c05cb2828acdd is not there and I am not sure why it is looking here or the deployer image. Or is there a different way to test the same ?
The text was updated successfully, but these errors were encountered:
Category:
Kubernetes apps
Type:
Process
I built the
sample-app
application from https://github.com/GoogleCloudPlatform/click-to-deploy/tree/master/k8s/sample-app. From thePartner Portal
I was able to use the images and create aSolution
too. However, when I do "Preview solution-->
CONFIGURE-->
Deploy`, it fails with the following error.So,
gcr.io/cloud-marketplace/juliacomputing-public/sample-app/deployer@sha256:7c106983491b284720710a0b62c41ad3a371019ebb4829921a8c05cb2828acdd
is not there and I am not sure why it is looking here or the deployer image. Or is there a different way to test the same ?The text was updated successfully, but these errors were encountered: