kubernetes / website

Kubernetes website and documentation repo:
https://kubernetes.io
Creative Commons Attribution 4.0 International
4.48k stars 14.4k forks source link

Issue with k8s.io/zh-cn/docs/concepts/architecture/garbage-collection/ #47871

Open Mar1usSo opened 1 month ago

Mar1usSo commented 1 month ago

垃圾收集文中以下翻译存在问题,请确认是否是问题?

https://kubernetes.io/zh-cn/docs/concepts/architecture/garbage-collection/#container-image-garbage-collection中 除以上变量之外,kubelet 还会垃圾收集除无标识的以及已删除的容器,通常从最近未使用的容器开始

应该是改为 除以上变量之外,kubelet 还会垃圾收集除无标识的以及已删除的容器,通常从最长时间未使用的容器开始

英文原文: In addition to these variables, the kubelet garbage collects unidentified and deleted containers, typically starting with the oldest first.

dipesh-rawat commented 1 month ago

/language zh /area localization

sftim commented 1 month ago

Hi @Mar1usSo

We work in English in this repository. Please file your issue in English.

/triage needs-information

tengqm commented 1 month ago

/triage accepted /help

k8s-ci-robot commented 1 month ago

@tengqm: This request has been marked as needing help from a contributor.

Guidelines

Please ensure that the issue body includes answers to the following questions:

For more details on the requirements of such an issue, please see here and ensure that they are met.

If this request no longer meets these requirements, the label can be removed by commenting with the /remove-help command.

In response to [this](https://github.com/kubernetes/website/issues/47871): >/triage accepted >/help > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
ayushpatil2122 commented 1 month ago

/assign