How do I proxy docker registries in Google Container Engine (GKE)?

9/25/2017

Similarly to the user in this question: How do I run private docker images on Google Container Engine:

  • I'd like to non-dockerhub docker images in GKE.

  • I would prefer to not have to explicitly prefix my images with a docker IP address.

  • This is in a live cluster, so re-installing nodes isnt really a good idea.

Is there a way I can fire up new nodes in the cluster with a configuration that adds a new default search path for a registry to the docker daemons on the kubelets, or similar workaround.

-- jayunit100
docker
google-kubernetes-engine

0 Answers