Drop credential providers

This commit is contained in:
Darren Shepherd
2019-09-05 08:47:06 -07:00
committed by rafaelbreno[commit]
parent efd701efb9
commit 0d57fd771e

View File

@@ -34,7 +34,6 @@ import (
// We do this in order to prevent unwanted flags from leaking into the Kubelet's flagset.
func AddGlobalFlags(fs *pflag.FlagSet) {
addCadvisorFlags(fs)
addCredentialProviderFlags(fs)
verflag.AddFlags(fs)
logs.AddFlags(fs, logs.SkipLoggingConfigurationFlags())
}