From 2d733bbb03511c07b7fc3d146b9d3b37254d761f Mon Sep 17 00:00:00 2001 From: "wei.wang" Date: Thu, 28 Apr 2022 01:55:08 +0800 Subject: [PATCH] [zh]Update content/zh/blog/_posts/2018-10-01-health-checking-grpc.md Update content/zh/blog/_posts/2018-10-01-health-checking-grpc.md Co-authored-by: Hao Yuan Update content/zh/blog/_posts/2018-10-01-health-checking-grpc.md Co-authored-by: Hao Yuan Update content/zh/blog/_posts/2018-10-01-health-checking-grpc.md Co-authored-by: Hao Yuan --- .../zh/blog/_posts/2018-10-01-health-checking-grpc.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/zh/blog/_posts/2018-10-01-health-checking-grpc.md b/content/zh/blog/_posts/2018-10-01-health-checking-grpc.md index f80633cf8a..98cf437a2b 100644 --- a/content/zh/blog/_posts/2018-10-01-health-checking-grpc.md +++ b/content/zh/blog/_posts/2018-10-01-health-checking-grpc.md @@ -16,6 +16,15 @@ date: 2018-10-01 ---> **作者**: [Ahmet Alp Balkan](https://twitter.com/ahmetb) (Google) + +**更新(2021 年 12 月):** “Kubernetes 从 v1.23 开始具有内置 gRPC 健康探测。 +了解更多信息,请参阅[配置存活探针、就绪探针和启动探针](/zh/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-a-grpc-liveness-probe)。 +本文最初是为有关实现相同任务的外部工具所写。” +