Skip to content

Commit 0b79c2b

Browse files
committed
Remove Note.
1 parent c9e326f commit 0b79c2b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

content/en/docs/concepts/policy/pid-limiting.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ The value you specified declares that the specified number of process IDs will
7373
be reserved for the system as a whole and for Kubernetes system daemons
7474
respectively.
7575

76-
{{< note >}}
77-
Before Kubernetes version 1.20, PID resource limiting with Node-level
78-
reservations required enabling the feature gate `SupportNodePidsLimit` to work.
79-
{{< /note >}}
80-
8176
## Pod PID limits
8277

8378
Kubernetes allows you to limit the number of processes running in a Pod. You
@@ -87,11 +82,6 @@ To configure the limit, you can specify the command line parameter `--pod-max-pi
8782
to the kubelet, or set `PodPidsLimit` in the kubelet
8883
[configuration file](/docs/tasks/administer-cluster/kubelet-config-file/).
8984

90-
{{< note >}}
91-
Before Kubernetes version 1.20, PID resource limiting for Pods required enabling
92-
the feature gate `SupportPodPidsLimit` to work.
93-
{{< /note >}}
94-
9585
## PID based eviction
9686

9787
You can configure kubelet to start terminating a Pod when it is misbehaving and consuming abnormal amount of resources.

0 commit comments

Comments
 (0)