mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Show log on vagrant (#10958)
Should make it easier to understand what's going on when testing locally and in CI.
This commit is contained in:
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@@ -258,7 +258,8 @@ Vagrant.configure("2") do |config|
|
|||||||
"kubectl_localhost": "True",
|
"kubectl_localhost": "True",
|
||||||
"local_path_provisioner_enabled": "#{$local_path_provisioner_enabled}",
|
"local_path_provisioner_enabled": "#{$local_path_provisioner_enabled}",
|
||||||
"local_path_provisioner_claim_root": "#{$local_path_provisioner_claim_root}",
|
"local_path_provisioner_claim_root": "#{$local_path_provisioner_claim_root}",
|
||||||
"ansible_ssh_user": SUPPORTED_OS[$os][:user]
|
"ansible_ssh_user": SUPPORTED_OS[$os][:user],
|
||||||
|
"unsafe_show_logs": "True"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Only execute the Ansible provisioner once, when all the machines are up and ready.
|
# Only execute the Ansible provisioner once, when all the machines are up and ready.
|
||||||
|
|||||||
Reference in New Issue
Block a user