Skip to content

Commit 317540a

Browse files
authored
Merge pull request kubernetes#87054 from changyaowei/kubelet_cmd
Made the flag which defined in cadvisor can be used when kubelet config start cmd
2 parents 6ee74bf + b8278e9 commit 317540a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/kubelet/app/options/globalflags_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ func addCadvisorFlags(fs *pflag.FlagSet) {
7373
registerDeprecated(global, local, "storage_driver_table", deprecated)
7474
registerDeprecated(global, local, "storage_driver_secure", deprecated)
7575
registerDeprecated(global, local, "storage_driver_buffer_duration", deprecated)
76+
registerDeprecated(global, local, "containerd-namespace", deprecated)
7677

7778
// finally, add cadvisor flags to the provided flagset
7879
fs.AddFlagSet(local)

0 commit comments

Comments
 (0)