promote GRPCContainerProbe to beta

This commit is contained in:
Sergey Kanzhelev
2022-02-19 22:29:56 +00:00
parent c3c3b1a7ac
commit b375a00dd9
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.