follow up cleanup after SupportPodPidLimits GA
Kubernetes-commit: 2a9228eb3c0ecabd2c513691820a731ae7654646
This commit is contained in:
parent
514ed8b316
commit
c41dcd641c
|
@ -482,7 +482,6 @@ type KubeletConfiguration struct {
|
|||
// +optional
|
||||
PodCIDR string `json:"podCIDR,omitempty"`
|
||||
// PodPidsLimit is the maximum number of pids in any pod.
|
||||
// Requires the SupportPodPidsLimit feature gate to be enabled.
|
||||
// Dynamic Kubelet Config (beta): If dynamically updating this field, consider that
|
||||
// lowering it may prevent container processes from forking after the change.
|
||||
// Default: -1
|
||||
|
|
Loading…
Reference in New Issue