We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1183e commit 94b3f55Copy full SHA for 94b3f55
composer/workflows/kubernetes_pod_operator.py
@@ -76,7 +76,9 @@
76
# Docker image specified. Defaults to hub.docker.com, but any fully
77
# qualified URLs will point to a custom repository. Supports private
78
# gcr.io images if the Composer Environment is under the same
79
- # project-id as the gcr.io images.
+ # project-id as the gcr.io images and the service account that Composer
80
+ # uses has permission to access the Google Container Registry
81
+ # (the default service account has permission)
82
image='gcr.io/gcp-runtimes/ubuntu_16_0_4')
83
# [END composer_kubernetespodoperator_minconfig]
84
# [START composer_kubernetespodoperator_templateconfig]
0 commit comments