Files
kubernetes/pkg
Matt Moore d5e0054eb0 Enable usage of a "json key" for authenticating with gcr.io.
With this change, you can add --google_json_key=/path/to/key.json to the DAEMON_ARGS of the kubelet, e.g.
   nano /etc/default/kubelet
   ... # Add the flag
   service kubelet restart

With this setting, minions will be able to authenticate with gcr.io repositories nearly as smoothly as if K8s were running on GCE.

NOTE: This private key can be used to access most project resources, consider dropping the service account created through this flow to a project READER, or restricting its access to just the GCS bucket containing the container images.
2015-03-15 09:24:33 -07:00
..
2015-02-19 22:25:52 -08:00
2014-09-16 15:19:02 -07:00
2015-03-10 22:13:10 +01:00
2015-02-20 08:49:12 -08:00
2015-03-06 08:23:22 +01:00
2015-03-13 10:44:25 +01:00
2015-01-14 15:22:21 -08:00
2015-03-02 20:04:35 -08:00