mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 20:57:20 +00:00
Fix issue #21746
This was a regression due to commit e2c79ea1f1
(cf https://github.com/kubernetes/kubernetes/pull/20965)
This commit is contained in:
@@ -255,6 +255,7 @@ function verify-cluster {
|
||||
(
|
||||
# ensures KUBECONFIG is set
|
||||
get-kubeconfig-basicauth
|
||||
get-kubeconfig-bearertoken
|
||||
echo
|
||||
echo "Kubernetes cluster is running."
|
||||
echo
|
||||
@@ -307,6 +308,7 @@ function kube-down {
|
||||
# Update a kubernetes cluster with latest source
|
||||
function kube-push {
|
||||
get-kubeconfig-basicauth
|
||||
get-kubeconfig-bearertoken
|
||||
create-provision-scripts
|
||||
vagrant provision
|
||||
}
|
||||
|
Reference in New Issue
Block a user