Skip to content

Commit

Permalink
Merge pull request #48016 from my-git9/pp-9200
Browse files Browse the repository at this point in the history
[zh-cn] sync encrypt-data configure-liveness-readiness-startup-probes
  • Loading branch information
k8s-ci-robot authored Sep 21, 2024
2 parents ecd056b + a1a45fd commit b421c94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/zh-cn/docs/tasks/administer-cluster/encrypt-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,10 @@ to give it precedence.

<!--
For more detailed information about the `EncryptionConfiguration` struct, please refer to the
[encryption configuration API](/docs/reference/config-api/apiserver-encryption.v1/).
[encryption configuration API](/docs/reference/config-api/apiserver-config.v1/)).
-->
有关 `EncryptionConfiguration` 结构体的更多详细信息,
请参阅[加密配置 API](/zh-cn/docs/reference/config-api/apiserver-encryption.v1/)
请参阅[加密配置 API](/zh-cn/docs/reference/config-api/apiserver-config.v1/)

{{< caution >}}
<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,8 @@ liveness and readiness checks:
ignored. Defaults to 0 seconds. Minimum value is 0.
* `periodSeconds`: How often (in seconds) to perform the probe. Default to 10 seconds.
The minimum value is 1.
While a container is not Ready, the `ReadinessProbe` may be executed at times other than
the configured `periodSeconds` interval. This is to make the Pod ready faster.
* `timeoutSeconds`: Number of seconds after which the probe times out.
Defaults to 1 second. Minimum value is 1.
* `successThreshold`: Minimum consecutive successes for the probe to be considered successful
Expand All @@ -653,6 +655,8 @@ liveness and readiness checks:
如果 `periodSeconds` 的值大于 `initialDelaySeconds`,则 `initialDelaySeconds`
将被忽略。默认是 0 秒,最小值是 0。
* `periodSeconds`:执行探测的时间间隔(单位是秒)。默认是 10 秒。最小值是 1。
当容器未就绪时,`ReadinessProbe` 可能会在除配置的 `periodSeconds`
间隔以外的时间执行。这是为了让 Pod 更快地达到可用状态。
* `timeoutSeconds`:探测的超时后等待多少秒。默认值是 1 秒。最小值是 1。
* `successThreshold`:探针在失败后,被视为成功的最小连续成功数。默认值是 1。
存活和启动探测的这个值必须是 1。最小值是 1。
Expand Down

0 comments on commit b421c94

Please sign in to comment.