mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 20:21:20 +00:00
remove auth-path from kubeconfig
This commit is contained in:
@@ -721,7 +721,6 @@ _kubectl_config_set-credentials()
|
||||
flags_with_completion=()
|
||||
flags_completion=()
|
||||
|
||||
flags+=("--auth-path=")
|
||||
flags+=("--client-certificate=")
|
||||
flags+=("--client-key=")
|
||||
flags+=("--embed-certs")
|
||||
@@ -916,8 +915,6 @@ _kubectl()
|
||||
|
||||
flags+=("--alsologtostderr")
|
||||
flags+=("--api-version=")
|
||||
flags+=("--auth-path=")
|
||||
two_word_flags+=("-a")
|
||||
flags+=("--certificate-authority=")
|
||||
flags+=("--client-certificate=")
|
||||
flags+=("--client-key=")
|
||||
|
Reference in New Issue
Block a user