Skip to content

Commit e403180

Browse files
fixing wording that feature cannot be disabled after 1.36
1 parent 86b0427 commit e403180

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/docs/reference/instrumentation/node-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ As a stable feature, Kubernetes lets you configure kubelet to collect Linux kern
5151
[Pressure Stall Information](https://docs.kernel.org/accounting/psi.html)
5252
(PSI) for CPU, memory, and I/O usage. The information is collected at node, pod and container level.
5353
See [Summary API](/docs/reference/config-api/kubelet-stats.v1alpha1/) for detailed schema.
54-
This feature is enabled by default, by setting the `KubeletPSI` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/). The information is also exposed in
54+
Starting with Kubernetes v.1.36, the `KubeletPSI` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is locked to true and cannot be disabled. The information is also exposed in
5555
[Prometheus metrics](/docs/concepts/cluster-administration/system-metrics#psi-metrics).
5656

5757
You can learn how to interpret the PSI metrics in [Understand PSI Metrics](/docs/reference/instrumentation/understand-psi-metrics/).

content/en/docs/reference/instrumentation/understand-psi-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: >-
1313
As a stable feature, Kubernetes lets you configure the kubelet to collect Linux kernel
1414
[Pressure Stall Information](https://docs.kernel.org/accounting/psi.html)
1515
(PSI) for CPU, memory, and I/O usage. The information is collected at node, pod and container level.
16-
This feature is enabled by default by setting the `KubeletPSI` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/).
16+
Starting with Kubernetes v.1.36, the `KubeletPSI` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is locked to true and cannot be disabled.
1717

1818
PSI metrics are exposed through two different sources:
1919
- The kubelet's [Summary API](/docs/reference/config-api/kubelet-stats.v1alpha1/), which provides PSI data at the node, pod, and container level.

0 commit comments

Comments
 (0)