Browse Source

Fix erroneous variable name (docker_keepcache) (#6129)

pull/6136/head
Florian Ruynat 4 years ago
committed by GitHub
parent
commit
167e293594
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      Vagrantfile

2
Vagrantfile

@ -197,7 +197,7 @@ Vagrant.configure("2") do |config|
"download_force_cache": "True",
# Keeping the cache on the nodes can improve provisioning speed while debugging kubespray
"download_keep_remote_cache": "False",
"docker_keepcache": "1",
"docker_rpm_keepcache": "1",
# These two settings will put kubectl and admin.config in $inventory/artifacts
"kubeconfig_localhost": "True",
"kubectl_localhost": "True",

Loading…
Cancel
Save