From 3e818208b58b83b442b29e7b33ceabdf568592d5 Mon Sep 17 00:00:00 2001 From: Thuan Vo Date: Fri, 26 Jun 2026 21:52:04 -0700 Subject: [PATCH] konnectivity: remove hostNetwork from konnectivity agent 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. --- .../files/opt/openshift/konnectivity-agent-daemonset.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/data/bootstrap/files/opt/openshift/konnectivity-agent-daemonset.yaml b/data/data/bootstrap/files/opt/openshift/konnectivity-agent-daemonset.yaml index 10a9f19464e..53b05c841c2 100644 --- a/data/data/bootstrap/files/opt/openshift/konnectivity-agent-daemonset.yaml +++ b/data/data/bootstrap/files/opt/openshift/konnectivity-agent-daemonset.yaml @@ -15,8 +15,6 @@ spec: labels: app: konnectivity-agent spec: - hostNetwork: true - dnsPolicy: Default priorityClassName: system-node-critical tolerations: - operator: Exists