diff --git a/content/en/blog/_posts/2022-4-26-kubernetes-release-1.24.md b/content/en/blog/_posts/2022-4-26-kubernetes-release-1.24.md index bcaa54ed90..1291c0275e 100644 --- a/content/en/blog/_posts/2022-4-26-kubernetes-release-1.24.md +++ b/content/en/blog/_posts/2022-4-26-kubernetes-release-1.24.md @@ -40,7 +40,7 @@ This release saw fifteen enhancements promoted to stable. -### gRPC Probes Graduates to Beta +### gRPC Probes Graduate to Beta With Kubernetes 1.24, the gRPC probes functionality has entered beta and is available by default. You can now configure startup, liveness, and readiness probes for your gRPC app without exposing an HTTP endpoint or using an extra executable, natively within Kubernetes.