kubernetes/cmd/kubelet/app/options
Sohan Kunkerkar 06a81d1395 cmd/kubelet: implement drop-in configuration directory for kubelet
This implements a drop-in configuration directory for the kubelet
by introducing a "--config-dir" flag. Users can provide individual
kubelet config snippets in separate files, formatted similarly to
kubelet.conf. The kubelet will process the files in alphanumeric order,
appending configurations if subfield(s) doesn't exist, overwriting them if
they do, and handling lists by overwriting instead of merging.

Co-authored-by: Yu Qi Zhang <jerzhang@redhat.com>
2023-07-18 21:41:14 -04:00
..
container_runtime.go cleanup container runtime options 2023-03-08 16:53:19 +08:00
globalflags_linux.go update files to drop dockershim 2021-12-07 15:15:13 -05:00
globalflags_other.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
globalflags_providerless.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
globalflags_providers.go kubelet: mark '--azure-container-registry-config' flag as deprecated 2023-06-10 00:52:24 +08:00
globalflags.go component-base: move v/vmodule/log-flush-frequency into LoggingConfiguration 2021-11-03 07:41:46 +01:00
options_test.go Replace uses of ObjectReflectDiff with cmp.Diff 2023-04-12 08:48:03 -07:00
options.go cmd/kubelet: implement drop-in configuration directory for kubelet 2023-07-18 21:41:14 -04:00
osflags_others.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
osflags_windows.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00