Update content/en/blog/_posts/2022-05-03-kubernetes-release-1.24.md

Co-authored-by: Nate W. <4453979+nate-double-u@users.noreply.github.com>
This commit is contained in:
Mickey Boxell
2022-05-02 12:25:33 -07:00
committed by GitHub
parent a889e49203
commit 1fde1530b1
@@ -67,7 +67,7 @@ have both been migrated.
With Kubernetes 1.24, the [gRPC probes functionality](https://github.com/kubernetes/enhancements/issues/2727)
has entered beta and is available by default. You can now [configure startup, liveness, and readiness probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes) for your gRPC app
natively within Kubernetes, without exposing an HTTP endpoint or
natively within Kubernetes without exposing an HTTP endpoint or
using an extra executable.
### Kubelet Credential Provider Graduates to Beta