Skip to content

Commit

Permalink
PowerVS: handle 4.16 changes
Browse files Browse the repository at this point in the history
1) Remove the --bind-address argument
2) Remove updating the pod IP address
  • Loading branch information
hamzy committed Jan 10, 2024
1 parent ca380e9 commit 8463faf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/cloud/powervs/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: ENABLE_VPC_PUBLIC_ENDPOINT
Expand All @@ -77,7 +73,6 @@ spec:
source /etc/kubernetes/apiserver-url.env
fi
exec /bin/ibm-cloud-controller-manager \
--bind-address=$(POD_IP_ADDRESS) \
--use-service-account-credentials=true \
--configure-cloud-routes=false \
--cloud-provider=ibm \
Expand Down

0 comments on commit 8463faf

Please sign in to comment.