Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 5665cb7

Browse files
authored
Merge pull request #52 from packethost/fix-machinedeployment
add missing fields
2 parents facfde9 + 63cb6a4 commit 5665cb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/cluster-template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ metadata:
9393
pool: worker-a
9494
spec:
9595
replicas: ${WORKER_MACHINE_COUNT}
96+
clusterName: ${CLUSTER_NAME}
9697
selector:
9798
matchLabels:
9899
cluster.x-k8s.io/cluster-name: ${CLUSTER_NAME}
@@ -104,6 +105,7 @@ spec:
104105
pool: worker-a
105106
spec:
106107
version: ${KUBERNETES_VERSION}
108+
clusterName: ${CLUSTER_NAME}
107109
bootstrap:
108110
configRef:
109111
name: ${CLUSTER_NAME}-worker-a

0 commit comments

Comments
 (0)