Skip to content

Commit e39bb2b

Browse files
committed
OCPBUGS-25887: IBMCloud: Patch CCM for 4.16
Drop the bind-address argument for the IBM Cloud CCM, as it is not required for operation and due to changes in OCP 4.16, Kube 1.29, attempting to bind the host node IP to the pod no longer works.
1 parent ca380e9 commit e39bb2b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

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)