From 13cbb863f0e06aacc35fee5db8432b1395db50df Mon Sep 17 00:00:00 2001 From: Mickey Boxell Date: Tue, 26 Apr 2022 17:47:18 -0700 Subject: [PATCH] Update content/en/blog/_posts/2022-4-26-kubernetes-release-1.24.md Co-authored-by: Tim Bannister --- content/en/blog/_posts/2022-4-26-kubernetes-release-1.24.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 1291c0275e..ead2d7586f 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 @@ -43,7 +43,9 @@ This release saw fifteen enhancements promoted to stable. ### 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. +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 +using an extra executable. ### Kubelet Credential Provider graduates to Beta Released as Alpha in Kubernetes v1.20, the Kubelet Credential Provider has now graduated to Beta. This allows the kubelet to dynamically retrieve credentials for a container image registry using exec plugins, communicating through stdio using Kubernetes versioned APIs, rather than storing them statically on disk.