Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[zh] sync workloads/pods/pod-lifecycle.md #41517

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

KKtheGhost
Copy link
Contributor

PR Summary

  • EN upstream: content/en/docs/concepts/workloads/pods/pod-lifecycle.md
  • Sync to: content/zh-cn/docs/concepts/workloads/pods/pod-lifecycle.md
  • Updates:
    • Sync'ed a new caution to pod-lifecycle.md from the EN upstream.

Sync check byscripts/lsync.sh on main branch:

$ scripts/lsync.sh content/zh-cn/docs/concepts/workloads/pods/pod-lifecycle.md
diff --git a/content/en/docs/concepts/workloads/pods/pod-lifecycle.md b/content/en/docs/concepts/workloads/pods/pod-lifecycle.md
index b209a6a65f..1636fe3a9d 100644
--- a/content/en/docs/concepts/workloads/pods/pod-lifecycle.md
+++ b/content/en/docs/concepts/workloads/pods/pod-lifecycle.md
@@ -316,6 +316,10 @@ Each probe must define exactly one of these four mechanisms:
   the port is open. If the remote system (the container) closes
   the connection immediately after it opens, this counts as healthy.

+{{< caution >}} Unlike the other mechanisms, `exec` probe's implementation involves the creation/forking of multiple processes each time when executed.
+As a result, in case of the clusters having higher pod densities, lower intervals of `initialDelaySeconds`, `periodSeconds`, configuring any probe with exec mechanism might introduce an overhead on the cpu usage of the node.
+In such scenarios, consider using the alternative probe mechanisms to avoid the overhead.{{< /caution >}}
+
 ### Probe outcome

 Each probe has one of three results:
content/zh-cn/docs/concepts/workloads/pods/pod-qos.md is still in sync

Sync check byscripts/lsync.sh on sync/tasks_find-out-runtime-you-use branch:

$ scripts/lsync.sh content/zh-cn/docs/concepts/workloads/pods/pod-lifecycle.md
content/zh-cn/docs/concepts/workloads/pods/pod-lifecycle.md is still in sync

Thanks to the reviewers in advance.
Best Regards,

Kivinsae Fang

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jun 7, 2023
@k8s-ci-robot k8s-ci-robot requested a review from tengqm June 7, 2023 07:23
@k8s-ci-robot k8s-ci-robot added the language/zh Issues or PRs related to Chinese language label Jun 7, 2023
@k8s-ci-robot k8s-ci-robot requested a review from ydFu June 7, 2023 07:23
@k8s-ci-robot k8s-ci-robot added sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jun 7, 2023
@KKtheGhost KKtheGhost force-pushed the sync/pods_pod-lifecycle branch from f5e8965 to cdb54ad Compare June 7, 2023 07:27
@netlify
Copy link

netlify bot commented Jun 7, 2023

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit f5e8965
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/6480306102f77d0008544faa
😎 Deploy Preview https://deploy-preview-41517--kubernetes-io-main-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Jun 7, 2023

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit 948959f
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/6481d708be13dd00085551b7
😎 Deploy Preview https://deploy-preview-41517--kubernetes-io-main-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@KKtheGhost KKtheGhost force-pushed the sync/pods_pod-lifecycle branch from 6b50925 to 948959f Compare June 8, 2023 13:26
@KKtheGhost
Copy link
Contributor Author

@tengqm
Thanks so much for the review.
Suggestion was committed and squashed.

Wish you a nice day!

Best Regards,

@tengqm
Copy link
Contributor

tengqm commented Jun 8, 2023

/lgtm
/approve
Thanks.

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 8, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: tengqm

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 1737dc6ab424bfdbd8e8d06b88eba00b627e8176

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 8, 2023
@k8s-ci-robot k8s-ci-robot merged commit 39d18c0 into kubernetes:main Jun 8, 2023
@KKtheGhost KKtheGhost deleted the sync/pods_pod-lifecycle branch June 9, 2023 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/zh Issues or PRs related to Chinese language lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants