From db143cf23f887e687a491c393eb978dfedae9f37 Mon Sep 17 00:00:00 2001 From: eulerzgy Date: Fri, 11 Sep 2015 22:42:45 +0800 Subject: [PATCH] Document describe fix --- docs/user-guide/images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/images.md b/docs/user-guide/images.md index d6d19921c13..b8b37dd8266 100644 --- a/docs/user-guide/images.md +++ b/docs/user-guide/images.md @@ -88,7 +88,7 @@ use the full image name (e.g. gcr.io/my_project/image:tag). All pods in a cluster will have read access to images in this registry. -The kubelet kubelet will authenticate to GCR using the instance's +The kubelet will authenticate to GCR using the instance's Google service account. The service account on the instance will have a `https://www.googleapis.com/auth/devstorage.read_only`, so it can pull from the project's GCR, but not push.