mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 18:17:47 +03:00
Optionally skip predownload of kubeadm images (#4832)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4f05d801c3
commit
3617ae31f6
@@ -4,6 +4,9 @@ local_release_dir: /tmp/releases
|
||||
# Used to only evaluate vars from download role
|
||||
skip_downloads: false
|
||||
|
||||
# Optionally skip kubeadm images download
|
||||
skip_kubeadm_images: false
|
||||
|
||||
# if this is set to true will only download files once. Doesn't work
|
||||
# on Container Linux by CoreOS unless the download_localhost is true and localhost
|
||||
# is running another OS type. Default compress level is 1 (fastest).
|
||||
|
||||
Reference in New Issue
Block a user