mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Expose offline install overrides in inventory (#6728)
* Expose offline install overrides in inventory * Remove not recommended warning
This commit is contained in:
committed by
GitHub
parent
1e79dcfcaa
commit
68118c2653
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user