-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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 kubelet-garbage-collection.md #25749
Conversation
✔️ Deploy preview for kubernetes-io-master-staging ready! 🔨 Explore the source changes: 369b94c 🔍 Inspect the deploy logs: https://app.netlify.com/sites/kubernetes-io-master-staging/deploys/5fe149351c660100083fe44d 😎 Browse the preview: https://deploy-preview-25749--kubernetes-io-master-staging.netlify.app |
/assign @tengqm |
@@ -1,25 +1,24 @@ | |||
--- | |||
title: 配置 kubelet 垃圾回收策略 | |||
title: 容器图像的垃圾收集 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: 容器图像的垃圾收集 | |
title: 容器镜像的垃圾收集 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Thank you
|
||
External garbage collection tools are not recommended as these tools can potentially break the behavior of kubelet by removing containers expected to exist. | ||
--> | ||
|
||
垃圾回收是 kubelet 的一个有用功能,它将清理未使用的镜像和容器。 | ||
垃圾回收是 kubelet 的一个有用功能,它将清理未使用的镜[像](/zh/docs/concepts/containers/#container-images)和[容器](/zh/docs/concepts/containers/)。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
垃圾回收是 kubelet 的一个有用功能,它将清理未使用的镜[像](/zh/docs/concepts/containers/#container-images)和[容器](/zh/docs/concepts/containers/)。 | |
垃圾回收是 kubelet 的一个有用功能,它将清理未使用的[镜像](/zh/docs/concepts/containers/#container-images)和[容器](/zh/docs/concepts/containers/)。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Thank you
/approve |
[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 |
/lgtm |
LGTM label has been added. Git tree hash: dbab07185a6047db964b0839e1ce9ee14427addb
|
sync PR #25457