You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/concepts/configuration/liveness-readiness-startup-probes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,10 +84,10 @@ If such a probe is configured, it disables liveness and readiness checks until i
84
84
如果配置了这类探针,它会禁用存活检测和就绪检测,直到启动探针成功为止。
85
85
86
86
<!--
87
-
This type of probe is only executed at startup, unlike readiness probes, which are run periodically.
87
+
This type of probe is only executed at startup, unlike liveness and readiness probes, which are run periodically.
88
88
89
89
* Read more about the [Configure Liveness, Readiness and Startup Probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes).
Copy file name to clipboardExpand all lines: content/zh-cn/docs/concepts/scheduling-eviction/dynamic-resource-allocation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -520,7 +520,7 @@ be installed. Please refer to the driver's documentation for details.
520
520
521
521
<!--
522
522
- For more information on the design, see the
523
-
[Structured Parameters with Structured Parameters](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/4381-dra-structured-parameters)
523
+
[Dynamic Resource Allocation with Structured Parameters](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/4381-dra-structured-parameters)
524
524
and the
525
525
[Dynamic Resource Allocation with Control Plane Controller](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/3063-dynamic-resource-allocation/README.md) KEPs.
0 commit comments