-
Notifications
You must be signed in to change notification settings - Fork 49
Description
Hello Team,
I have installed kube-image-keeper on my GKE private cluster via helm following your instructions here: https: //github.com/enix/kube-image-keeper/tree/main but as soon as installed I am unable to pull any images from external repositories.
This one of the errors:
"ImagePullBackOff Cannot pull image 'localhost:7439/registry.gitlab.com/gitlab-org/gitlab-runner:alpine-v17.11.0' from the registry."
Same if I try just to deploy a simple hell world app with this command:
kubectl create deployment hello-server
--image=us-docker.pkg.dev/google-samples/containers/gke/hello-app:1.0
Error:
ImagePullBackOff Cannot pull image 'localhost:7439/us-docker.pkg.dev/google-samples/containers/gke/hello-app:1.0' from the registry.
Any help is much appreciated.
Thanks!
Leo