mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 20:57:20 +00:00
Merge pull request #8064 from deads2k/death-to-auth-path
eliminate auth-path
This commit is contained in:
@@ -716,7 +716,6 @@ _kubectl_config_set-credentials()
|
||||
flags_with_completion=()
|
||||
flags_completion=()
|
||||
|
||||
flags+=("--auth-path=")
|
||||
flags+=("--client-certificate=")
|
||||
flags+=("--client-key=")
|
||||
flags+=("--embed-certs")
|
||||
@@ -911,8 +910,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