mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 14:45:28 +00:00
Simplify generating kubeconfig with embeded cert data
This commit is contained in:
@@ -81,6 +81,7 @@ const (
|
||||
FlagCertFile = "client-certificate"
|
||||
FlagKeyFile = "client-key"
|
||||
FlagCAFile = "certificate-authority"
|
||||
FlagEmbedCerts = "embed-certs"
|
||||
FlagBearerToken = "token"
|
||||
FlagUsername = "username"
|
||||
FlagPassword = "password"
|
||||
|
Reference in New Issue
Block a user