File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
reference/command-line-tools-reference
tasks/configure-pod-container Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,8 @@ different Kubernetes components.
120
120
| ` GracefulNodeShutdown ` | ` false ` | Alpha | 1.20 | 1.20 |
121
121
| ` GracefulNodeShutdown ` | ` true ` | Beta | 1.21 | |
122
122
| ` GracefulNodeShutdownBasedOnPodPriority ` | ` false ` | Alpha | 1.23 | |
123
- | ` GRPCContainerProbe ` | ` false ` | Alpha | 1.23 | |
123
+ | ` GRPCContainerProbe ` | ` false ` | Alpha | 1.23 | 1.23 |
124
+ | ` GRPCContainerProbe ` | ` true ` | Beta | 1.24 | |
124
125
| ` HonorPVReclaimPolicy ` | ` false ` | Alpha | 1.23 | |
125
126
| ` HPAContainerMetrics ` | ` false ` | Alpha | 1.20 | |
126
127
| ` HPAScaleToZero ` | ` false ` | Alpha | 1.16 | |
@@ -949,7 +950,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
949
950
Must be used with ` KubeletConfiguration.failSwapOn ` set to false.
950
951
For more details, please see [ swap memory] ( /docs/concepts/architecture/nodes/#swap-memory )
951
952
- ` NonPreemptingPriority ` : Enable ` preemptionPolicy ` field for PriorityClass and Pod.
952
- - ` OpenAPIEnums ` : Enables populating "enum" fields of OpenAPI schemas in the
953
+ - ` OpenAPIEnums ` : Enables populating "enum" fields of OpenAPI schemas in the
953
954
spec returned from the API server.
954
955
- ` OpenAPIV3 ` : Enables the API server to publish OpenAPI v3.
955
956
- ` PVCProtection ` : Enable the prevention of a PersistentVolumeClaim (PVC) from
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ kubectl describe pod goproxy
222
222
223
223
## Define a gRPC liveness probe
224
224
225
- {{< feature-state for_k8s_version="v1.23 " state="alpha " >}}
225
+ {{< feature-state for_k8s_version="v1.24 " state="beta " >}}
226
226
227
227
If your application implements [ gRPC Health Checking Protocol] ( https://github.com/grpc/grpc/blob/master/doc/health-checking.md ) ,
228
228
kubelet can be configured to use it for application liveness checks.
You can’t perform that action at this time.
0 commit comments