File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
reference/command-line-tools-reference Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -539,6 +539,9 @@ Using this feature, requires enabling the
539
539
config's `ShutdownGracePeriodByPodPriority` to the desired configuration
540
540
containing the pod priority class values and their respective shutdown periods.
541
541
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
+
542
545
# # Swap memory management {#swap-memory}
543
546
544
547
{{< feature-state state="alpha" for_k8s_version="v1.22" >}}
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ different Kubernetes components.
130
130
| ` GracefulNodeShutdown ` | ` false ` | Alpha | 1.20 | 1.20 |
131
131
| ` GracefulNodeShutdown ` | ` true ` | Beta | 1.21 | |
132
132
| ` GracefulNodeShutdownBasedOnPodPriority ` | ` false ` | Alpha | 1.23 | |
133
+ | ` GracefulNodeShutdownBasedOnPodPriority ` | ` true ` | Beta | 1.24 | |
133
134
| ` GRPCContainerProbe ` | ` false ` | Alpha | 1.23 | |
134
135
| ` HonorPVReclaimPolicy ` | ` false ` | Alpha | 1.23 | |
135
136
| ` HPAContainerMetrics ` | ` false ` | Alpha | 1.20 | |
You can’t perform that action at this time.
0 commit comments