@@ -371,7 +371,7 @@ kubectl describe pod goproxy
371
371
-->
372
372
## 定义 gRPC 存活探针
373
373
374
- {{< feature-state for_k8s_version="v1.24 " state="beta " >}}
374
+ {{< feature-state for_k8s_version="v1.27 " state="stable " >}}
375
375
376
376
<!--
377
377
If your application implements the
@@ -868,7 +868,7 @@ was set.
868
868
869
869
<!--
870
870
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
872
872
` terminationGracePeriodSeconds` are set, the kubelet will use the probe-level value.
873
873
-->
874
874
在 1.25 及以上版本中,用户可以指定一个探针层面的 `terminationGracePeriodSeconds`
@@ -880,13 +880,13 @@ as part of the probe specification. When both a pod- and probe-level
880
880
Beginning in Kubernetes 1.25, the `ProbeTerminationGracePeriod` feature is enabled
881
881
by default. For users choosing to disable this feature, please note the following :
882
882
883
- * The `ProbeTerminationGracePeriod` feature gate is only available on the API Server.
883
+ * The `ProbeTerminationGracePeriod` feature gate is only available on the API Server.
884
884
The kubelet always honors the probe-level `terminationGracePeriodSeconds` field if
885
885
it is present on a Pod.
886
886
-->
887
887
{{< note >}}
888
888
从 Kubernetes 1.25 开始,默认启用 `ProbeTerminationGracePeriod` 特性。
889
- 选择禁用此特性的用户,请注意以下事项 :
889
+ 选择禁用此特性的用户,请注意以下事项:
890
890
891
891
* `ProbeTerminationGracePeriod` 特性门控只能用在 API 服务器上。
892
892
kubelet 始终优先选用探针级别 `terminationGracePeriodSeconds` 字段
@@ -914,7 +914,7 @@ by default. For users choosing to disable this feature, please note the followin
914
914
<!--
915
915
For example :
916
916
-->
917
- 例如 :
917
+ 例如:
918
918
919
919
` ` ` yaml
920
920
spec:
0 commit comments