Skip to content

Commit 064e3a6

Browse files
authored
Merge pull request #611 from hidekazuna/update_external_template
🏃 Update template for the external cloud provider
2 parents 8a2a284 + 7fc2969 commit 064e3a6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

templates/cluster-template-external-cloud-provider.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,10 @@ spec:
2727
name: ${CLUSTER_NAME}-cloud-config
2828
namespace: ${NAMESPACE}
2929
managedAPIServerLoadBalancer: true
30-
apiServerLoadBalancerFloatingIP: ${OPENSTACK_CONTROLPLANE_IP}
31-
apiServerLoadBalancerPort: 6443
3230
managedSecurityGroups: true
3331
nodeCidr: 10.6.0.0/24
3432
dnsNameservers:
3533
- ${OPENSTACK_DNS_NAMESERVERS}
36-
externalNetworkId: ${OPENSTACK_EXTERNAL_NETWORK_ID}
3734
disablePortSecurity: false
3835
disableServerTags: true
3936
useOctavia: true
@@ -55,7 +52,6 @@ spec:
5552
kubeletExtraArgs:
5653
cloud-provider: external
5754
clusterConfiguration:
58-
controlPlaneEndpoint: "${OPENSTACK_CONTROLPLANE_IP}:6443"
5955
imageRepository: k8s.gcr.io
6056
apiServer:
6157
extraArgs:

0 commit comments

Comments
 (0)