Merge pull request #126031 from harche/kubelet_cgroupv1_arg

KEP-4569: Kubelet option to disable cgroup v1 support
This commit is contained in:
Kubernetes Prow Robot
2024-07-23 09:21:11 -07:00
committed by GitHub
13 changed files with 87 additions and 2 deletions

View File

@@ -62402,6 +62402,13 @@ func schema_k8sio_kubelet_config_v1beta1_KubeletConfiguration(ref common.Referen
Format: "",
},
},
"failCgroupV1": {
SchemaProps: spec.SchemaProps{
Description: "FailCgroupV1 prevents the kubelet from starting on hosts that use cgroup v1. By default, this is set to 'false', meaning the kubelet is allowed to start on cgroup v1 hosts unless this option is explicitly enabled. Default: false",
Type: []string{"boolean"},
Format: "",
},
},
},
Required: []string{"containerRuntimeEndpoint"},
},