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:
Florent Monbillard
2020-03-13 17:41:48 -04:00
committed by GitHub
parent 0330442c63
commit ca73e29ec5
2 changed files with 5 additions and 5 deletions

View File

@@ -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)