Skip to content

Commit b0a0544

Browse files
authored
Merge pull request #32771 from mrunalp/pod_priority_shutdown_beta
Update docs for Pod Priority Based Node Graceful Shutdown beta
2 parents 275bb93 + bf90a22 commit b0a0544

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

content/en/docs/concepts/architecture/nodes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,9 @@ Using this feature, requires enabling the
539539
config's `ShutdownGracePeriodByPodPriority` to the desired configuration
540540
containing the pod priority class values and their respective shutdown periods.
541541

542+
Metrics `graceful_shutdown_start_time_seconds` and `graceful_shutdown_end_time_seconds`
543+
are emitted under the kubelet subsystem to monitor node shutdowns.
544+
542545
## Swap memory management {#swap-memory}
543546

544547
{{< feature-state state="alpha" for_k8s_version="v1.22" >}}

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ different Kubernetes components.
130130
| `GracefulNodeShutdown` | `false` | Alpha | 1.20 | 1.20 |
131131
| `GracefulNodeShutdown` | `true` | Beta | 1.21 | |
132132
| `GracefulNodeShutdownBasedOnPodPriority` | `false` | Alpha | 1.23 | |
133+
| `GracefulNodeShutdownBasedOnPodPriority` | `true` | Beta | 1.24 | |
133134
| `GRPCContainerProbe` | `false` | Alpha | 1.23 | |
134135
| `HonorPVReclaimPolicy` | `false` | Alpha | 1.23 | |
135136
| `HPAContainerMetrics` | `false` | Alpha | 1.20 | |

0 commit comments

Comments
 (0)