mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
fix: remove "SupportPodPidsLimit" Feature Gate configuration
This commit is contained in:
parent
59ef78ddd1
commit
2758656563
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue