-
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
Retitle “Configuring kubelet Garbage Collection" #25457
Conversation
✔️ Deploy preview for kubernetes-io-master-staging ready! 🔨 Explore the source changes: 7f45bcc 🔍 Inspect the deploy logs: https://app.netlify.com/sites/kubernetes-io-master-staging/deploys/5fdcbe187ca0800007339189 😎 Browse the preview: https://deploy-preview-25457--kubernetes-io-master-staging.netlify.app |
content_type: concept | ||
weight: 70 | ||
--- | ||
|
||
<!-- overview --> | ||
|
||
Garbage collection is a helpful function of kubelet that will clean up unused images and unused containers. Kubelet will perform garbage collection for containers every minute and garbage collection for images every five minutes. | ||
Garbage collection is a helpful function of kubelet that will clean up unused [images](https://kubernetes.io/docs/concepts/containers/#container-images) and unused [containers](https://kubernetes.io/docs/concepts/containers/). Kubelet will perform garbage collection for containers every minute and garbage collection for images every five minutes. |
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.
Hi @Kartik494 .
Do you want to link to the containers page from the GC page or the other way around?
Also, I suggest to write the links as:
[containers](/docs/concepts/containers/)
If you change the name of the file (not sure if required), you will want to add a redirect for the original page?
See website/static/_redirects
.
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.
Hi @kbhawkey i agreed i will be changing the title only and change the name of file to the original one and i will be updated the link as you mentioned .
Thanks
Hi @kbhawkey while i addressing the comments i observe that it took the domain name for github rather than k8s.io Thanks |
content_type: concept | ||
weight: 70 | ||
--- | ||
|
||
<!-- overview --> | ||
|
||
Garbage collection is a helpful function of kubelet that will clean up unused images and unused containers. Kubelet will perform garbage collection for containers every minute and garbage collection for images every five minutes. | ||
Garbage collection is a helpful function of kubelet that will clean up unused [images](docs/concepts/containers/#container-images) and unused [containers](docs/concepts/containers/). Kubelet will perform garbage collection for containers every minute and garbage collection for images every five minutes. |
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.
Hi @Kartik494 .
Would you add a forward slash before the link path:
/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.
Hi @kbhawkey i have addressed the comment as you suggested , but its again give the link address https://github.com/kubernetes/website/blob/master/docs/concepts/containers/#container-images
not expected as k8s.io domain , could you please suggest!
Hi @Kartik494 . Looks great! ❇️
Instead, do you want to add a link to the GC page from this page: |
/lgtm |
LGTM label has been added. Git tree hash: 55a2f2af7f8383be425e23964f9cbf670d48981a
|
/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 |
This PR fixes #25300