mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 22:20:51 +00:00
remove --ns-path option from .kubeconfig file, kick tests
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
Reference in New Issue
Block a user