Skip to content

Commit 435b863

Browse files
author
Joshua Reed
committed
Updated to new zones paradigm.
1 parent 1118f34 commit 435b863

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

templates/cluster-template-managed-ssh.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ spec:
2626
controlPlaneEndpoint:
2727
host: ${CLUSTER_ENDPOINT_IP}
2828
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}
3133
---
3234
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
3335
kind: KubeadmControlPlane

templates/cluster-template-ssh-material.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ spec:
2626
controlPlaneEndpoint:
2727
host: ${CLUSTER_ENDPOINT_IP}
2828
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}
3133
---
3234
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
3335
kind: KubeadmControlPlane

templates/cluster-template.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ spec:
2626
controlPlaneEndpoint:
2727
host: ${CLUSTER_ENDPOINT_IP}
2828
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}
3133
---
3234
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
3335
kind: KubeadmControlPlane

0 commit comments

Comments
 (0)