File tree 3 files changed +24
-13
lines changed
3 files changed +24
-13
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,11 @@ metadata:
66
66
spec :
67
67
template :
68
68
spec :
69
- offering : ${CLOUDSTACK_CONTROL_PLANE_MACHINE_OFFERING}
70
69
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}
72
74
---
73
75
apiVersion : cluster.x-k8s.io/v1beta1
74
76
kind : MachineDeployment
@@ -100,9 +102,11 @@ metadata:
100
102
spec :
101
103
template :
102
104
spec :
103
- offering : ${CLOUDSTACK_WORKER_MACHINE_OFFERING}
104
105
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}
106
110
---
107
111
apiVersion : bootstrap.cluster.x-k8s.io/v1beta1
108
112
kind : KubeadmConfigTemplate
@@ -118,4 +122,3 @@ spec:
118
122
name : ' {{ local_hostname }}'
119
123
preKubeadmCommands :
120
124
- swapoff -a
121
-
Original file line number Diff line number Diff line change @@ -71,8 +71,10 @@ metadata:
71
71
spec :
72
72
template :
73
73
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}
76
78
---
77
79
apiVersion : cluster.x-k8s.io/v1beta1
78
80
kind : MachineDeployment
@@ -104,8 +106,10 @@ metadata:
104
106
spec :
105
107
template :
106
108
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}
109
113
---
110
114
apiVersion : bootstrap.cluster.x-k8s.io/v1beta1
111
115
kind : KubeadmConfigTemplate
Original file line number Diff line number Diff line change @@ -66,8 +66,10 @@ metadata:
66
66
spec :
67
67
template :
68
68
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}
71
73
---
72
74
apiVersion : cluster.x-k8s.io/v1beta1
73
75
kind : MachineDeployment
@@ -99,8 +101,10 @@ metadata:
99
101
spec :
100
102
template :
101
103
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}
104
108
---
105
109
apiVersion : bootstrap.cluster.x-k8s.io/v1beta1
106
110
kind : KubeadmConfigTemplate
You can’t perform that action at this time.
0 commit comments