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

Viewed 674

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.

0 Answers
Related