mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
change kubeconfig loading order
This commit is contained in:
@@ -747,12 +747,9 @@ _kubectl_config()
|
||||
flags_with_completion=()
|
||||
flags_completion=()
|
||||
|
||||
flags+=("--envvar")
|
||||
flags+=("--global")
|
||||
flags+=("--help")
|
||||
flags+=("-h")
|
||||
flags+=("--kubeconfig=")
|
||||
flags+=("--local")
|
||||
|
||||
must_have_one_flag=()
|
||||
must_have_one_noun=()
|
||||
|
Reference in New Issue
Block a user