diff --git a/composer/workflows/kubernetes_pod_operator.py b/composer/workflows/kubernetes_pod_operator.py index 7bcd756ee40..0fe01d77d97 100644 --- a/composer/workflows/kubernetes_pod_operator.py +++ b/composer/workflows/kubernetes_pod_operator.py @@ -76,7 +76,9 @@ # Docker image specified. Defaults to hub.docker.com, but any fully # qualified URLs will point to a custom repository. Supports private # gcr.io images if the Composer Environment is under the same - # project-id as the gcr.io images. + # project-id as the gcr.io images and the service account that Composer + # uses has permission to access the Google Container Registry + # (the default service account has permission) image='gcr.io/gcp-runtimes/ubuntu_16_0_4') # [END composer_kubernetespodoperator_minconfig] # [START composer_kubernetespodoperator_templateconfig]