File tree 2 files changed +10
-2
lines changed
reference/instrumentation
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
title : Pod 的生命周期
3
3
content_type : concept
4
4
weight : 30
5
+ math : true
5
6
---
6
7
<!--
7
8
title: Pod Lifecycle
8
9
content_type: concept
9
10
weight: 30
11
+ math: true
10
12
-->
11
13
12
14
<!-- overview -->
@@ -1049,15 +1051,17 @@ a time longer than the liveness interval would allow.
1049
1051
你不再需要配置一个较长的存活态探测时间间隔,只需要设置另一个独立的配置选定,
1050
1052
对启动期间的容器执行探测,从而允许使用远远超出存活态时间间隔所允许的时长。
1051
1053
1054
+ <!-- ensure front matter contains math : true -->
1055
+
1052
1056
<!--
1053
1057
If your container usually starts in more than
1054
- ` initialDelaySeconds + failureThreshold × periodSeconds` , you should specify a
1058
+ \\( initialDelaySeconds + failureThreshold \times periodSeconds \\) , you should specify a
1055
1059
startup probe that checks the same endpoint as the liveness probe. The default for
1056
1060
` periodSeconds` is 10s. You should then set its `failureThreshold` high enough to
1057
1061
allow the container to start, without changing the default values of the liveness
1058
1062
probe. This helps to protect against deadlocks.
1059
1063
-->
1060
- 如果你的容器启动时间通常超出 ` initialDelaySeconds + failureThreshold × periodSeconds`
1064
+ 如果你的容器启动时间通常超出 \\( initialDelaySeconds + failureThreshold \times periodSeconds \\)
1061
1065
总值,你应该设置一个启动探测,对存活态探针所使用的同一端点执行检查。
1062
1066
` periodSeconds` 的默认值是 10 秒。你应该将其 `failureThreshold` 设置得足够高,
1063
1067
以便容器有充足的时间完成启动,并且避免更改存活态探针所使用的默认值。
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ title: Kubernetes 组件 SLI 指标
3
3
linkTitle : 服务水平指示器指标
4
4
content_type : reference
5
5
weight : 20
6
+ description : >-
7
+ 用于衡量 Kubernetes 组件可靠性和性能的高级指标。
6
8
---
7
9
<!--
8
10
reviewers:
@@ -11,6 +13,8 @@ title: Kubernetes Component SLI Metrics
11
13
linkTitle: Service Level Indicator Metrics
12
14
content_type: reference
13
15
weight: 20
16
+ description: >-
17
+ High-level indicators for measuring the reliability and performance of Kubernetes components.
14
18
-->
15
19
16
20
<!-- overview -->
You can’t perform that action at this time.
0 commit comments