Browse Source

Show log on vagrant (#10958)

Should make it easier to understand what's going on when testing locally
and in CI.
pull/11012/head
Max Gautier 8 months ago
committed by GitHub
parent
commit
7ddc175b70
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions
  1. 3
      Vagrantfile

3
Vagrantfile

@ -258,7 +258,8 @@ Vagrant.configure("2") do |config|
"kubectl_localhost": "True",
"local_path_provisioner_enabled": "#{$local_path_provisioner_enabled}",
"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.

Loading…
Cancel
Save