Kubelet option to disable cgroup v1 support

Signed-off-by: Harshal Patil <harpatil@redhat.com>
This commit is contained in:
Harshal Patil
2024-06-17 14:24:12 -04:00
parent 37f733a657
commit fff2b7f566
13 changed files with 87 additions and 2 deletions

View File

@@ -62436,6 +62436,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"},
},