File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 26
26
controlPlaneEndpoint :
27
27
host : ${CLUSTER_ENDPOINT_IP}
28
28
port : ${CLUSTER_ENDPOINT_PORT}
29
- network : ${CLOUDSTACK_NETWORK_NAME}
30
- zone : ${CLOUDSTACK_ZONE_NAME}
29
+ zones :
30
+ - name : ${CLOUDSTACK_ZONE_NAME}
31
+ network :
32
+ name : ${CLOUDSTACK_NETWORK_NAME}
31
33
---
32
34
apiVersion : controlplane.cluster.x-k8s.io/v1beta1
33
35
kind : KubeadmControlPlane
Original file line number Diff line number Diff line change 26
26
controlPlaneEndpoint :
27
27
host : ${CLUSTER_ENDPOINT_IP}
28
28
port : ${CLUSTER_ENDPOINT_PORT}
29
- network : ${CLOUDSTACK_NETWORK_NAME}
30
- zone : ${CLOUDSTACK_ZONE_NAME}
29
+ zones :
30
+ - name : ${CLOUDSTACK_ZONE_NAME}
31
+ network :
32
+ name : ${CLOUDSTACK_NETWORK_NAME}
31
33
---
32
34
apiVersion : controlplane.cluster.x-k8s.io/v1beta1
33
35
kind : KubeadmControlPlane
Original file line number Diff line number Diff line change 26
26
controlPlaneEndpoint :
27
27
host : ${CLUSTER_ENDPOINT_IP}
28
28
port : ${CLUSTER_ENDPOINT_PORT}
29
- network : ${CLOUDSTACK_NETWORK_NAME}
30
- zone : ${CLOUDSTACK_ZONE_NAME}
29
+ zones :
30
+ - name : ${CLOUDSTACK_ZONE_NAME}
31
+ network :
32
+ name : ${CLOUDSTACK_NETWORK_NAME}
31
33
---
32
34
apiVersion : controlplane.cluster.x-k8s.io/v1beta1
33
35
kind : KubeadmControlPlane
You can’t perform that action at this time.
0 commit comments