Commit 08541dc2 authored by Olivier Lemasle's avatar Olivier Lemasle

Fix issue #21746

This was a regression due to commit e2c79ea1 (cf https://github.com/kubernetes/kubernetes/pull/20965)
parent 82b0f0ff
...@@ -255,6 +255,7 @@ function verify-cluster { ...@@ -255,6 +255,7 @@ function verify-cluster {
( (
# ensures KUBECONFIG is set # ensures KUBECONFIG is set
get-kubeconfig-basicauth get-kubeconfig-basicauth
get-kubeconfig-bearertoken
echo echo
echo "Kubernetes cluster is running." echo "Kubernetes cluster is running."
echo echo
...@@ -307,6 +308,7 @@ function kube-down { ...@@ -307,6 +308,7 @@ function kube-down {
# Update a kubernetes cluster with latest source # Update a kubernetes cluster with latest source
function kube-push { function kube-push {
get-kubeconfig-basicauth get-kubeconfig-basicauth
get-kubeconfig-bearertoken
create-provision-scripts create-provision-scripts
vagrant provision vagrant provision
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment