mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 22:33:34 +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,
|
"v": true,
|
||||||
"vmodule": true,
|
"vmodule": true,
|
||||||
"log-flush-frequency": true,
|
"log-flush-frequency": true,
|
||||||
|
"provider-id": true,
|
||||||
}
|
}
|
||||||
fs.VisitAll(func(f *pflag.Flag) {
|
fs.VisitAll(func(f *pflag.Flag) {
|
||||||
if notDeprecated[f.Name] {
|
if notDeprecated[f.Name] {
|
||||||
|
Loading…
Reference in New Issue
Block a user