mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-17 22:37:45 -02:30
Fix erroneous variable name (docker_keepcache) (#6129)
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -197,7 +197,7 @@ Vagrant.configure("2") do |config|
|
|||||||
"download_force_cache": "True",
|
"download_force_cache": "True",
|
||||||
# Keeping the cache on the nodes can improve provisioning speed while debugging kubespray
|
# Keeping the cache on the nodes can improve provisioning speed while debugging kubespray
|
||||||
"download_keep_remote_cache": "False",
|
"download_keep_remote_cache": "False",
|
||||||
"docker_keepcache": "1",
|
"docker_rpm_keepcache": "1",
|
||||||
# These two settings will put kubectl and admin.config in $inventory/artifacts
|
# These two settings will put kubectl and admin.config in $inventory/artifacts
|
||||||
"kubeconfig_localhost": "True",
|
"kubeconfig_localhost": "True",
|
||||||
"kubectl_localhost": "True",
|
"kubectl_localhost": "True",
|
||||||
|
|||||||
Reference in New Issue
Block a user