Merge pull request #31805 from SergeyKanzhelev/grpcToBeta

promote GRPCContainerProbe to beta
This commit is contained in:
Kubernetes Prow Robot
2022-03-25 15:25:59 -07:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
@@ -222,7 +222,7 @@ kubectl describe pod goproxy
## Define a gRPC liveness probe
{{< feature-state for_k8s_version="v1.23" state="alpha" >}}
{{< feature-state for_k8s_version="v1.24" state="beta" >}}
If your application implements [gRPC Health Checking Protocol](https://github.com/grpc/grpc/blob/master/doc/health-checking.md),
kubelet can be configured to use it for application liveness checks.