Skip to content

Commit 1f12def

Browse files
authored
Merge pull request #31805 from SergeyKanzhelev/grpcToBeta
promote GRPCContainerProbe to beta
2 parents 602f1c9 + b375a00 commit 1f12def

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ different Kubernetes components.
120120
| `GracefulNodeShutdown` | `false` | Alpha | 1.20 | 1.20 |
121121
| `GracefulNodeShutdown` | `true` | Beta | 1.21 | |
122122
| `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 | |
124125
| `HonorPVReclaimPolicy` | `false` | Alpha | 1.23 | |
125126
| `HPAContainerMetrics` | `false` | Alpha | 1.20 | |
126127
| `HPAScaleToZero` | `false` | Alpha | 1.16 | |
@@ -949,7 +950,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
949950
Must be used with `KubeletConfiguration.failSwapOn` set to false.
950951
For more details, please see [swap memory](/docs/concepts/architecture/nodes/#swap-memory)
951952
- `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
953954
spec returned from the API server.
954955
- `OpenAPIV3`: Enables the API server to publish OpenAPI v3.
955956
- `PVCProtection`: Enable the prevention of a PersistentVolumeClaim (PVC) from

content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ kubectl describe pod goproxy
222222

223223
## Define a gRPC liveness probe
224224

225-
{{< feature-state for_k8s_version="v1.23" state="alpha" >}}
225+
{{< feature-state for_k8s_version="v1.24" state="beta" >}}
226226

227227
If your application implements [gRPC Health Checking Protocol](https://github.com/grpc/grpc/blob/master/doc/health-checking.md),
228228
kubelet can be configured to use it for application liveness checks.

0 commit comments

Comments
 (0)