mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 13:55:41 +00:00
undeprecate kubelet --provider-id flag
This commit is contained in:
parent
16bc942a6b
commit
376bda41c7
@ -344,6 +344,7 @@ func AddKubeletConfigFlags(mainfs *pflag.FlagSet, c *kubeletconfig.KubeletConfig
|
||||
"v": true,
|
||||
"vmodule": true,
|
||||
"log-flush-frequency": true,
|
||||
"provider-id": true,
|
||||
}
|
||||
fs.VisitAll(func(f *pflag.Flag) {
|
||||
if notDeprecated[f.Name] {
|
||||
|
Loading…
Reference in New Issue
Block a user