-
Notifications
You must be signed in to change notification settings - Fork 103
Add lables for /var/kubernetes and /var/lib/kubernetes #369
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
base: main
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis pull request adds labels for No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Signed-off-by: Pat Riehecky <[email protected]>
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.
Hey @jcpunk - I've reviewed your changes - here's some feedback:
Overall Comments:
- Could you elaborate on the specific use case for these labels in the description?
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
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.
LGTM AFAICT.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcpunk, lsm5, sourcery-ai[bot] 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 |
These Look fine to me, but would prefer @haircommander confirm on the labels of /var/lib/kubernetes. I was thinking this might be labeled in some other place. |
I guess it'd be nice to run some revdep tests with crio / kubernetes or whatever to ensure we don't break them, like we do with podman. |
what is kept in /var/lib/kubernetes? i can't find direct reference to it in the upstream but I'm probably missing something |
My system has a |
naively it seems closer to kubernetes_file_t to me then, though matching /var/lib/kubelet is fine too. either way, adding this makes sense to me |
Related, should |
hm what is in |
My system doesn't have anything in |
yeah that is what I thought. no need for anything special there. pods are for the kubelet to manage so /var/lib/kubelet/pods is the only dir we'd want to have a rule for there |
My eyes might be bad, but I don't see a specific rule setting |
@haircommander @jcpunk do we still need this? |
I would still like to see this
…On Mon, May 19, 2025, 12:17 PM Lokesh Mandvekar ***@***.***> wrote:
*lsm5* left a comment (containers/container-selinux#369)
<#369 (comment)>
@haircommander <https://github.com/haircommander> @jcpunk
<https://github.com/jcpunk> do we still need this?
—
Reply to this email directly, view it on GitHub
<#369 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2673S3T7QLQCRCGPTFUGL27H7ZTAVCNFSM6AAAAAB3RMXRZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQOJRGU4DQMRQHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@jcpunk it's not clear to me what is going in these directories so it's hard to tell if these labels are correct |
Working with
bootc
andtransient.etc
, it is helpful to have some kubernetes elements in/var
to create persistence.Summary by Sourcery
New Features: