mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 12:11:43 +00:00
Fix logic errors in validate cluster and make it work for vagrant again
This commit is contained in:
@@ -67,3 +67,11 @@ function test-setup {
|
||||
function test-teardown {
|
||||
echo "Vagrant ignores tear-down"
|
||||
}
|
||||
|
||||
# Set the {user} and {password} environment values required to interact with provider
|
||||
function get-password {
|
||||
export user=vagrant
|
||||
export passwd=vagrant
|
||||
echo "Using credentials: $user:$passwd"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user