Skip to content

Commit

Permalink
Merge pull request #323 from cjschaef/ocpbugs-25887
Browse files Browse the repository at this point in the history
OCPBUGS-25887: IBMCloud: Patch CCM for 4.16
  • Loading branch information
openshift-merge-bot[bot] committed Jan 15, 2024
2 parents c4db464 + e39bb2b commit e1f0727
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkg/cloud/ibm/assets/deployment.yaml
Expand Up @@ -59,10 +59,6 @@ spec:
image: {{ .images.CloudControllerManager }}
imagePullPolicy: IfNotPresent
env:
- name: POD_IP_ADDRESS
valueFrom:
fieldRef:
fieldPath: status.podIP
- name: VPCCTL_CLOUD_CONFIG
value: /etc/ibm/cloud.conf
- name: VPCCTL_PUBLIC_ENDPOINT
Expand All @@ -77,7 +73,7 @@ spec:
source /etc/kubernetes/apiserver-url.env
fi
exec /bin/ibm-cloud-controller-manager \
--bind-address=$(POD_IP_ADDRESS) \
--bind-address=127.0.0.1 \
--use-service-account-credentials=true \
--configure-cloud-routes=false \
--cloud-provider=ibm \
Expand Down

0 comments on commit e1f0727

Please sign in to comment.