WIP: frr-k8s: Replace privileged SCC with custom frr-k8s SCC - #3078
WIP: frr-k8s: Replace privileged SCC with custom frr-k8s SCC#3078oribon wants to merge 1 commit into
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (2)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/test ci/prow/frrk8s-e2e |
|
/test frrk8s-e2e |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: oribon The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/test frrk8s-e2e |
|
/test frrk8s-e2e |
|
/test frrk8s-e2e |
1 similar comment
|
/test frrk8s-e2e |
|
/test frrk8s-e2e |
2 similar comments
|
/test frrk8s-e2e |
|
/test frrk8s-e2e |
|
/test e2e-metal-ipi-ovn-dualstack-bgp |
|
/test e2e-metal-ipi-ovn-dualstack-bgp-local-gw |
|
/test frrk8s-e2e |
The frr-k8s DaemonSet and node-status-cleaner Deployment were using the broad privileged SCC. Replace it with a purpose-built SCC that grants only the capabilities required for BGP routing (NET_RAW, NET_ADMIN, SYS_ADMIN, NET_BIND_SERVICE) plus hostNetwork/hostPorts access. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ori Braunshtein <obraunsh@redhat.com>
|
/test frr-k8s |
|
/test e2e-metal-ipi-ovn-dualstack-bgp |
|
/test frrk8s-e2e |
|
@oribon: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
The frr-k8s DaemonSet and node-status-cleaner Deployment were using the broad privileged SCC. Replace it with a purpose-built SCC that grants only the capabilities required for BGP routing (NET_RAW, NET_ADMIN, SYS_ADMIN, NET_BIND_SERVICE) plus hostNetwork/hostPorts access.