File tree Expand file tree Collapse file tree 3 files changed +24
-13
lines changed
Expand file tree Collapse file tree 3 files changed +24
-13
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,11 @@ metadata:
6666spec :
6767 template :
6868 spec :
69- offering : ${CLOUDSTACK_CONTROL_PLANE_MACHINE_OFFERING}
7069 sshKey : ${CLOUDSTACK_SSH_KEY_NAME}
71- template : ${CLOUDSTACK_TEMPLATE_NAME}
70+ offering :
71+ name : ${CLOUDSTACK_CONTROL_PLANE_MACHINE_OFFERING}
72+ template :
73+ name : ${CLOUDSTACK_TEMPLATE_NAME}
7274---
7375apiVersion : cluster.x-k8s.io/v1beta1
7476kind : MachineDeployment
@@ -100,9 +102,11 @@ metadata:
100102spec :
101103 template :
102104 spec :
103- offering : ${CLOUDSTACK_WORKER_MACHINE_OFFERING}
104105 sshKey : ${CLOUDSTACK_SSH_KEY_NAME}
105- template : ${CLOUDSTACK_TEMPLATE_NAME}
106+ offering :
107+ name : ${CLOUDSTACK_WORKER_MACHINE_OFFERING}
108+ template :
109+ name : ${CLOUDSTACK_TEMPLATE_NAME}
106110---
107111apiVersion : bootstrap.cluster.x-k8s.io/v1beta1
108112kind : KubeadmConfigTemplate
@@ -118,4 +122,3 @@ spec:
118122 name : ' {{ local_hostname }}'
119123 preKubeadmCommands :
120124 - swapoff -a
121-
Original file line number Diff line number Diff line change @@ -71,8 +71,10 @@ metadata:
7171spec :
7272 template :
7373 spec :
74- offering : ${CLOUDSTACK_CONTROL_PLANE_MACHINE_OFFERING}
75- template : ${CLOUDSTACK_TEMPLATE_NAME}
74+ offering :
75+ name : ${CLOUDSTACK_CONTROL_PLANE_MACHINE_OFFERING}
76+ template :
77+ name : ${CLOUDSTACK_TEMPLATE_NAME}
7678---
7779apiVersion : cluster.x-k8s.io/v1beta1
7880kind : MachineDeployment
@@ -104,8 +106,10 @@ metadata:
104106spec :
105107 template :
106108 spec :
107- offering : ${CLOUDSTACK_WORKER_MACHINE_OFFERING}
108- template : ${CLOUDSTACK_TEMPLATE_NAME}
109+ offering :
110+ name : ${CLOUDSTACK_WORKER_MACHINE_OFFERING}
111+ template :
112+ name : ${CLOUDSTACK_TEMPLATE_NAME}
109113---
110114apiVersion : bootstrap.cluster.x-k8s.io/v1beta1
111115kind : KubeadmConfigTemplate
Original file line number Diff line number Diff line change @@ -66,8 +66,10 @@ metadata:
6666spec :
6767 template :
6868 spec :
69- offering : ${CLOUDSTACK_CONTROL_PLANE_MACHINE_OFFERING}
70- template : ${CLOUDSTACK_TEMPLATE_NAME}
69+ offering :
70+ name : ${CLOUDSTACK_CONTROL_PLANE_MACHINE_OFFERING}
71+ template :
72+ name : ${CLOUDSTACK_TEMPLATE_NAME}
7173---
7274apiVersion : cluster.x-k8s.io/v1beta1
7375kind : MachineDeployment
@@ -99,8 +101,10 @@ metadata:
99101spec :
100102 template :
101103 spec :
102- offering : ${CLOUDSTACK_WORKER_MACHINE_OFFERING}
103- template : ${CLOUDSTACK_TEMPLATE_NAME}
104+ offering :
105+ name : ${CLOUDSTACK_WORKER_MACHINE_OFFERING}
106+ template :
107+ name : ${CLOUDSTACK_TEMPLATE_NAME}
104108---
105109apiVersion : bootstrap.cluster.x-k8s.io/v1beta1
106110kind : KubeadmConfigTemplate
You can’t perform that action at this time.
0 commit comments