Merge pull request #116530 from pacoxu/undepreated-provider-id

undeprecate kubelet --provider-id flag
This commit is contained in:
Kubernetes Prow Robot 2023-06-12 13:45:58 -07:00 committed by GitHub
commit 03486cec21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -345,6 +345,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] {