Use imageRepository instead of the unifiedControlPlaneImage (#3484)

This commit is contained in:
Rong Zhang
2018-10-16 22:26:04 +08:00
committed by k8s-ci-robot
parent cf4dd645a7
commit 76fe84fe93
5 changed files with 14 additions and 5 deletions

View File

@@ -21,6 +21,9 @@ kube_api_anonymous_auth: true
## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.12.1
# kubernetes image repo define
kube_image_repo: "gcr.io/google-containers"
# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)
local_release_dir: "/tmp/releases"