Merge pull request #6680 from deads2k/deads-change-kubeconfig-chain

change kubeconfig loading chain
This commit is contained in:
Jeff Lowdermilk
2015-04-16 13:57:31 -07:00
50 changed files with 446 additions and 409 deletions

View File

@@ -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=()