mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 06:32:32 +00:00
Merge pull request #6680 from deads2k/deads-change-kubeconfig-chain
change kubeconfig loading chain
This commit is contained in:
@@ -776,12 +776,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