-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Doc: Kubelet PSI metrics feature graduates to GA #54328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev-1.36
Are you sure you want to change the base?
Changes from all commits
7e3b01d
1742813
bd2322f
2fc5820
bd3fd15
5f08b9f
66118cd
b9366bc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,12 +8,12 @@ description: >- | |
|
|
||
| <!-- overview --> | ||
|
|
||
| {{< feature-state for_k8s_version="v1.34" state="beta" >}} | ||
| {{< feature-state feature_gate_name="KubeletPSI" >}} | ||
|
|
||
| As a beta feature, Kubernetes lets you configure the kubelet to collect Linux kernel | ||
| As a stable feature, Kubernetes lets you configure the kubelet to collect Linux kernel | ||
| [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. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Similar to my comment above. I think we can add an example with non-zero PSI data here to help users understand how to interpret the PSI data.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should I reuse the same example as the |
||
|
|
||
| PSI metrics are exposed through two different sources: | ||
| - The kubelet's [Summary API](/docs/reference/config-api/kubelet-stats.v1alpha1/), which provides PSI data at the node, pod, and container level. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
most markdown linters like the empty line before the ```