Expose offline install overrides in inventory (#6728)

* Expose offline install overrides in inventory

* Remove not recommended warning
This commit is contained in:
Florent Monbillard
2020-09-22 10:14:48 -04:00
committed by GitHub
parent 1e79dcfcaa
commit 68118c2653
3 changed files with 86 additions and 4 deletions

View File

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