mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
Load or generate auth from kubeconfig on kube-up
Allows loading existing auth from kubeconfig on kube-up if a valid KUBE_CONTEXT is specified, instead of always force regenerating auth (basic or token) when creating a new cluster.
This commit is contained in:
@@ -183,7 +183,7 @@ function wait-cluster-readiness {
|
||||
function kube-up {
|
||||
detect-master
|
||||
detect-nodes
|
||||
gen-kube-bearertoken
|
||||
load-or-gen-kube-bearertoken
|
||||
initialize-pool keep_base_image
|
||||
initialize-network
|
||||
|
||||
|
||||
Reference in New Issue
Block a user