fix: remove "SupportPodPidsLimit" Feature Gate configuration

This commit is contained in:
hellocn9 2022-09-26 23:02:19 +08:00
parent 59ef78ddd1
commit 2758656563

View File

@ -157,14 +157,12 @@ var (
"TTLAfterFinished": true, //k8s 1.12+
"ExpandCSIVolumes": true, //k8s 1.14+
"CSIStorageCapacity": true, //k8s 1.19+
"SupportPodPidsLimit": true,
}
FeatureGatesSecurityDefaultConfiguration = map[string]bool{
"RotateKubeletServerCertificate": true, //k8s 1.7+
"TTLAfterFinished": true, //k8s 1.12+
"ExpandCSIVolumes": true, //k8s 1.14+
"CSIStorageCapacity": true, //k8s 1.19+
"SupportPodPidsLimit": true,
"SeccompDefault": true, //kubelet
}