Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ flag to expose these alpha stability metrics.

### kubelet Pressure Stall Information (PSI) metrics

{{< feature-state for_k8s_version="v1.34" state="beta" >}}
{{< feature-state for_k8s_version="v1.36" state="stable" >}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Early feedback: try this

Suggested change
{{< feature-state for_k8s_version="v1.36" state="stable" >}}
{{< feature-state feature_gate_name="KubeletPSI" >}}

and then look for instances of KubeletPSI anywhere in the English docs that might need an update.

For other localizations, each localization team - usually 100% volunteers - picks its own way of working.


As a beta feature, Kubernetes lets you configure kubelet to collect Linux kernel
[Pressure Stall Information](https://docs.kernel.org/accounting/psi.html)
Expand Down