File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ spec:
142142apiVersion : cluster.x-k8s.io/v1beta1
143143kind : MachineDeployment
144144metadata :
145- name : " ${CLUSTER_NAME}"
145+ name : ${CLUSTER_NAME}-md-0
146146spec :
147147 clusterName : " ${CLUSTER_NAME}"
148148 replicas : 1
@@ -155,19 +155,19 @@ spec:
155155 apiVersion : bootstrap.cluster.x-k8s.io/v1beta1
156156 kind : KubeadmConfigTemplate
157157 name : worker
158- clusterName : " ${CLUSTER_NAME}"
158+ clusterName : " ${CLUSTER_NAME}-md-0 "
159159 infrastructureRef :
160160 apiVersion : infrastructure.cluster.x-k8s.io/v1beta1
161161 kind : ProxmoxMachineTemplate
162- name : ${CLUSTER_NAME}-worker
162+ name : ${CLUSTER_NAME}-md-0
163163 version : v1.26.5
164164
165165---
166166
167167apiVersion : bootstrap.cluster.x-k8s.io/v1beta1
168168kind : KubeadmConfigTemplate
169169metadata :
170- name : worker
170+ name : ${CLUSTER_NAME}-md-0
171171spec :
172172 template :
173173 spec :
@@ -181,7 +181,7 @@ spec:
181181apiVersion : infrastructure.cluster.x-k8s.io/v1beta1
182182kind : ProxmoxMachineTemplate
183183metadata :
184- name : ${CLUSTER_NAME}-worker
184+ name : ${CLUSTER_NAME}-md-0
185185spec :
186186 template :
187187 spec :
You can’t perform that action at this time.
0 commit comments