Skip to content

Commit fd61521

Browse files
authored
Merge pull request #42740 from my-git9/path-11159
[zh-cn] sync configure-liveness-readiness-startup-probes.md
2 parents b32835f + efcb0ff commit fd61521

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/zh-cn/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ kubectl describe pod goproxy
371371
-->
372372
## 定义 gRPC 存活探针
373373

374-
{{< feature-state for_k8s_version="v1.24" state="beta" >}}
374+
{{< feature-state for_k8s_version="v1.27" state="stable" >}}
375375

376376
<!--
377377
If your application implements the
@@ -868,7 +868,7 @@ was set.
868868

869869
<!--
870870
In 1.25 and above, users can specify a probe-level `terminationGracePeriodSeconds`
871-
as part of the probe specification. When both a pod- and probe-level
871+
as part of the probe specification. When both a pod- and probe-level
872872
`terminationGracePeriodSeconds` are set, the kubelet will use the probe-level value.
873873
-->
874874
在 1.25 及以上版本中,用户可以指定一个探针层面的 `terminationGracePeriodSeconds`
@@ -880,13 +880,13 @@ as part of the probe specification. When both a pod- and probe-level
880880
Beginning in Kubernetes 1.25, the `ProbeTerminationGracePeriod` feature is enabled
881881
by default. For users choosing to disable this feature, please note the following:
882882

883-
* The `ProbeTerminationGracePeriod` feature gate is only available on the API Server.
883+
* The `ProbeTerminationGracePeriod` feature gate is only available on the API Server.
884884
The kubelet always honors the probe-level `terminationGracePeriodSeconds` field if
885885
it is present on a Pod.
886886
-->
887887
{{< note >}}
888888
从 Kubernetes 1.25 开始,默认启用 `ProbeTerminationGracePeriod` 特性。
889-
选择禁用此特性的用户,请注意以下事项:
889+
选择禁用此特性的用户,请注意以下事项
890890

891891
* `ProbeTerminationGracePeriod` 特性门控只能用在 API 服务器上。
892892
kubelet 始终优先选用探针级别 `terminationGracePeriodSeconds` 字段
@@ -914,7 +914,7 @@ by default. For users choosing to disable this feature, please note the followin
914914
<!--
915915
For example:
916916
-->
917-
例如:
917+
例如
918918

919919
```yaml
920920
spec:

0 commit comments

Comments
 (0)