mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Drop credential providers
This commit is contained in:
parent
7dc32f6971
commit
6a530626ff
@ -34,7 +34,6 @@ import (
|
|||||||
// We do this in order to prevent unwanted flags from leaking into the Kubelet's flagset.
|
// We do this in order to prevent unwanted flags from leaking into the Kubelet's flagset.
|
||||||
func AddGlobalFlags(fs *pflag.FlagSet) {
|
func AddGlobalFlags(fs *pflag.FlagSet) {
|
||||||
addCadvisorFlags(fs)
|
addCadvisorFlags(fs)
|
||||||
addCredentialProviderFlags(fs)
|
|
||||||
verflag.AddFlags(fs)
|
verflag.AddFlags(fs)
|
||||||
logs.AddFlags(fs, logs.SkipLoggingConfigurationFlags())
|
logs.AddFlags(fs, logs.SkipLoggingConfigurationFlags())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user