Skip to content

Commit e1f0727

Browse files
Merge pull request #323 from cjschaef/ocpbugs-25887
OCPBUGS-25887: IBMCloud: Patch CCM for 4.16
2 parents c4db464 + e39bb2b commit e1f0727

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pkg/cloud/ibm/assets/deployment.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ spec:
5959
image: {{ .images.CloudControllerManager }}
6060
imagePullPolicy: IfNotPresent
6161
env:
62-
- name: POD_IP_ADDRESS
63-
valueFrom:
64-
fieldRef:
65-
fieldPath: status.podIP
6662
- name: VPCCTL_CLOUD_CONFIG
6763
value: /etc/ibm/cloud.conf
6864
- name: VPCCTL_PUBLIC_ENDPOINT
@@ -77,7 +73,7 @@ spec:
7773
source /etc/kubernetes/apiserver-url.env
7874
fi
7975
exec /bin/ibm-cloud-controller-manager \
80-
--bind-address=$(POD_IP_ADDRESS) \
76+
--bind-address=127.0.0.1 \
8177
--use-service-account-credentials=true \
8278
--configure-cloud-routes=false \
8379
--cloud-provider=ibm \

0 commit comments

Comments
 (0)