Doc: Kubelet PSI metrics feature graduates to GA#54328
Doc: Kubelet PSI metrics feature graduates to GA#54328k8s-ci-robot merged 9 commits intokubernetes:dev-1.36from
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
/sig node |
lmktfy
left a comment
There was a problem hiding this comment.
I know this PR is draft, but even so I hope the advice helps.
| ### kubelet Pressure Stall Information (PSI) metrics | ||
|
|
||
| {{< feature-state for_k8s_version="v1.34" state="beta" >}} | ||
| {{< feature-state for_k8s_version="v1.36" state="stable" >}} |
There was a problem hiding this comment.
Early feedback: try this
| {{< 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.
|
/sig instrumentation |
1755fe1 to
0b780a4
Compare
63886d8 to
0eb9a92
Compare
| [Pressure Stall Information](https://docs.kernel.org/accounting/psi.html) | ||
| (PSI) for CPU, memory, and I/O usage. The information is collected at node, pod and container level. | ||
| This feature is enabled by default by setting the `KubeletPSI` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/). | ||
| 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. |
There was a problem hiding this comment.
Thanks! That example looks good and we can reuse it here.
Co-authored-by: Sergey Kanzhelev <[email protected]>
df3fe98 to
47fac02
Compare
|
/approve Upstream pr merged. kubernetes/kubernetes#136548 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: roycaihw, SergeyKanzhelev, tengqm The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
|
LGTM label has been added. DetailsGit tree hash: 1c9e47148077c48f630efba4bc3cb2ec44978330 |

Description
Update feature status and wording as the feature goes stable.
Issue
Ref: kubernetes/enhancements#4205
Closes: #