remove --ns-path option from .kubeconfig file, kick tests

This commit is contained in:
deads2k
2015-01-23 08:13:32 -05:00
parent 793677e8e2
commit bc93de314a
7 changed files with 32 additions and 104 deletions

View File

@@ -72,9 +72,7 @@ __kubectl_pre_command()
--client-key=
--insecure-skip-tls-verify=
--match-server-version=
-n
--namespace=
--ns-path=
-s
--server=
)
@@ -85,7 +83,7 @@ __kubectl_pre_command()
COMPREPLY=( $(compgen -W "${api_versions[*]}" -- "$cur") )
return 0
;;
-a | --auth-path | --certificate-authority | --client-certificate | --client-key | --ns-path)
-a | --auth-path | --certificate-authority | --client-certificate | --client-key)
_filedir
return 0
;;