-
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
outline files kubelet uses #47425
outline files kubelet uses #47425
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
a1f885a
to
74ea814
Compare
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.
Thanks.
One bit of feedback to bear in mind.
e911d89
to
bb28e69
Compare
Hello Tide. This may now be mergeable. Hello Sergey. Would you be willing to rebase against main anyway? We've had a minor release since you opened this and there is scope to update. |
0c509dc
to
a2952a1
Compare
rebased |
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.
Thanks.
I've suggested some more updates.
We should get SIG Windows to provide a tech review, as Windows doesn't use POSIX conventions for paths.
Do we have any precedence of saying that this is Linux documentation and Windows is coming up? So somebody from SIG Windows can send the PR later? |
472dc7c
to
5d37ba4
Compare
No; [as a Kubernetes docs reviewer] I've always aimed to be neutral about documenting details and not picked one OS to favor over another. |
@bart0sh can you re-review/lgtm? |
this is fixed now. Thank you for noticing! |
de43b29
to
2c5df8a
Compare
LGTM label has been added. Git tree hash: c94388726fa56b77f29d84b9b7add58f0757d09e
|
PR #47967 also mentions a path used for local ( |
I view it mostly as something that Pod reference, not what kubelet depends on. Similar how one can mount some host path |
References should be complete, so if there is a path on a node that people might need to know about, we should mention it. Especially if that path is associated with the kubelet rather than a particular container runtime. |
2c5df8a
to
afbee97
Compare
Yes, makes sense to mention the folder. I also added a small note about AppArmor |
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.
This is good!
We need to
/hold
it until #47967 merges, though.
(OK to LGTM and approve it in the meantime).
Co-authored-by: Tim Bannister <[email protected]>
LGTM from #47425 (comment) /lgtm 🛑 Do not unhold until PR #47967 has merged |
LGTM label has been added. Git tree hash: 104f57f09903a10013ccf5246ee85eae42b2cfed
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: knabben, sftim 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 |
/unhold #47967 is merged |
Description
Refrence page on files being used and written by the kubelet.
/sig node