Skip to content

Commit a62e414

Browse files
committed
changed name to ${CLUSTER_NAME}-md-0
1 parent 3e90a69 commit a62e414

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

templates/cluster-template.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
apiVersion: cluster.x-k8s.io/v1beta1
143143
kind: MachineDeployment
144144
metadata:
145-
name: "${CLUSTER_NAME}"
145+
name: ${CLUSTER_NAME}-md-0
146146
spec:
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

167167
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
168168
kind: KubeadmConfigTemplate
169169
metadata:
170-
name: worker
170+
name: ${CLUSTER_NAME}-md-0
171171
spec:
172172
template:
173173
spec:
@@ -181,7 +181,7 @@ spec:
181181
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
182182
kind: ProxmoxMachineTemplate
183183
metadata:
184-
name: ${CLUSTER_NAME}-worker
184+
name: ${CLUSTER_NAME}-md-0
185185
spec:
186186
template:
187187
spec:

0 commit comments

Comments
 (0)