-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
document CAP_SYS_ADMIN required for systemd PrivateNetwork #6682
document CAP_SYS_ADMIN required for systemd PrivateNetwork #6682
Conversation
Hi @jamescassell. Thanks for your PR. I'm waiting for a containers member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
original "PrivateNetwork doesn't work in rootless" reference in the docs was added in #3972 |
Thanks @jamescassell, but you need to sign your PR. |
Signed-off-by: James Cassell <[email protected]>
971e8fd
to
ee74083
Compare
The tests are currently failing because an container image we use in the CI has changed and regressed. Can you rebase the PR on the lastet master? This will unblock CI. |
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
Seems like CI should be testing a merge, not the PR HEAD.... |
@jamescassell Please rebase. |
Co-authored-by: Qi Wang <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jamescassell 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 |
@jamescassell still missing a signature on your commit |
Changes LGTM otherwise. |
@jamescassell can you squash the two commits and repush? That should unblock CI and turn it green. |
This wasn't working for rootful containers either without the
--privileged
flag. I did some searching and found thatCAP_SYS_ADMIN
is required forPrivateNetwork
feature to work: https://stackoverflow.com/questions/39539188/why-unshareclone-newnet-requires-cap-sys-admin