mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
Use k8s.gcr.io for kubernetes related images (#5764)
* Use k8s.gcr.io for kubernetes related images * Use k8s.gcr.io in inventory sample
This commit is contained in:
committed by
GitHub
parent
0330442c63
commit
ca73e29ec5
@@ -23,7 +23,7 @@ kube_api_anonymous_auth: true
|
||||
kube_version: v1.16.8
|
||||
|
||||
# kubernetes image repo define
|
||||
kube_image_repo: "{{ gcr_image_repo }}/google-containers"
|
||||
kube_image_repo: "k8s.gcr.io"
|
||||
|
||||
# Where the binaries will be downloaded.
|
||||
# Note: ensure that you've enough disk space (about 1G)
|
||||
|
||||
Reference in New Issue
Block a user