Skip to content

Commit

Permalink
Merge pull request #162 from RomanBednar/controller-egress
Browse files Browse the repository at this point in the history
OCPBUGS-13084: disable controller hostNetwork
  • Loading branch information
openshift-merge-robot committed Aug 17, 2023
2 parents 4f65dc8 + 9a71db8 commit a8c196e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/controller.yaml
Expand Up @@ -22,7 +22,6 @@ spec:
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
spec:
hostNetwork: true
serviceAccountName: vmware-vsphere-csi-driver-controller-sa
priorityClassName: system-cluster-critical
nodeSelector:
Expand Down Expand Up @@ -72,7 +71,6 @@ spec:
value: "59"
ports:
- name: healthz
# Due to hostNetwork, this port is open on a node!
containerPort: 10301
protocol: TCP
livenessProbe:
Expand Down

0 comments on commit a8c196e

Please sign in to comment.