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 8a2a284 + 7fc2969 commit 064e3a6Copy full SHA for 064e3a6
templates/cluster-template-external-cloud-provider.yaml
@@ -27,13 +27,10 @@ spec:
27
name: ${CLUSTER_NAME}-cloud-config
28
namespace: ${NAMESPACE}
29
managedAPIServerLoadBalancer: true
30
- apiServerLoadBalancerFloatingIP: ${OPENSTACK_CONTROLPLANE_IP}
31
- apiServerLoadBalancerPort: 6443
32
managedSecurityGroups: true
33
nodeCidr: 10.6.0.0/24
34
dnsNameservers:
35
- ${OPENSTACK_DNS_NAMESERVERS}
36
- externalNetworkId: ${OPENSTACK_EXTERNAL_NETWORK_ID}
37
disablePortSecurity: false
38
disableServerTags: true
39
useOctavia: true
@@ -55,7 +52,6 @@ spec:
55
52
kubeletExtraArgs:
56
53
cloud-provider: external
57
54
clusterConfiguration:
58
- controlPlaneEndpoint: "${OPENSTACK_CONTROLPLANE_IP}:6443"
59
imageRepository: k8s.gcr.io
60
apiServer:
61
extraArgs:
0 commit comments