CORS-4334: konnectivity: remove hostNetwork from konnectivity agent#10662
CORS-4334: konnectivity: remove hostNetwork from konnectivity agent#10662tthvo wants to merge 1 commit into
Conversation
The bootstrap konnectivity agent DaemonSet was configured with hostNetwork: true, which requires an SCC that allows host networking. Since pods can reach the bootstrap node IP from the pod network, hostNetwork is not required. Remove it along with the associated dnsPolicy: Default override.
|
@tthvo: This pull request explicitly references no jira issue. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
📝 WalkthroughWalkthroughThe konnectivity-agent DaemonSet manifest removes explicit ChangesKonnectivity agent pod networking
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5–15 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/test e2e-aws-ovn-techpreview |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 e2e-azure-ovn-techpreview |
|
@tthvo: This pull request references CORS-4334 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@tthvo: This pull request references CORS-4334 which is a valid jira issue. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
@tthvo: 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 bootstrap konnectivity agent DaemonSet was configured with
hostNetwork: true, which requires an SCC that allows host networking.Since pods can reach the bootstrap node IP from the pod network, hostNetwork is not required. Remove it along with the associated
dnsPolicy: Defaultoverride.Follow-up for #10344. See #10659 (comment) for investigation details.
References
Summary by CodeRabbit