-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
doc: configuring kubelet garbage collection #663
doc: configuring kubelet garbage collection #663
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tao12345666333 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -363,6 +363,30 @@ The structure of the logs will look more or less like this: | |||
The logs contain information about the Docker host, the containers running | |||
kind, the Kubernetes cluster itself, etc. | |||
|
|||
### Configuring kubelet Garbage Collection in Your Cluster |
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.
I can see documenting this being useful, but this is pretty far into "quick-start has way too much in it"
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.
yes. I have the same opinion as @aojea . #572 (comment)
we should first thing how do we want to reorganize the docs, seems that they are starting to grow and I think that adding an advanced section with this stuff is not a good solution because we are going to have the same problem after some time.
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.
in addition to this PR, I see that we have some documentation on how to use kind in CI or some extra advanced features, which may need to be reorganized.
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.
kind in CI is now in the resources doc
I also don't think this is safe to enable in kind. it can evict the core images.
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
9690473
to
2261f17
Compare
@tao12345666333: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
so I forgot to follow up here but I've followed up more with SIG-node about this. currently kubernetes has a gap in this -- airgapped images that are sideloaded (like kind's) are image-gc unsafe. we should provide a different option, I will think on it some more, but this is too much of a footgun for users. |
@tao12345666333: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
xref: #658