We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4db464 + e39bb2b commit e1f0727Copy full SHA for e1f0727
pkg/cloud/ibm/assets/deployment.yaml
@@ -59,10 +59,6 @@ spec:
59
image: {{ .images.CloudControllerManager }}
60
imagePullPolicy: IfNotPresent
61
env:
62
- - name: POD_IP_ADDRESS
63
- valueFrom:
64
- fieldRef:
65
- fieldPath: status.podIP
66
- name: VPCCTL_CLOUD_CONFIG
67
value: /etc/ibm/cloud.conf
68
- name: VPCCTL_PUBLIC_ENDPOINT
@@ -77,7 +73,7 @@ spec:
77
73
source /etc/kubernetes/apiserver-url.env
78
74
fi
79
75
exec /bin/ibm-cloud-controller-manager \
80
- --bind-address=$(POD_IP_ADDRESS) \
76
+ --bind-address=127.0.0.1 \
81
--use-service-account-credentials=true \
82
--configure-cloud-routes=false \
83
--cloud-provider=ibm \
0 commit comments