We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8204b commit b496fb6Copy full SHA for b496fb6
templates/cluster-template.yaml
@@ -38,6 +38,8 @@ spec:
38
minCPU: ${CONTROL_PLANE_MACHINE_MINCPU}
39
minMemory: ${CONTROL_PLANE_MACHINE_MINMEMORY}
40
image: ${CONTROL_PLANE_MACHINE_IMAGE}
41
+ resourcePool: ${CONTROL_PLANE_MACHINE_RESOURCEPOOL}
42
+ tags: [ ${ CONTROL_PLANE_MACHINE_TAG } ]
43
---
44
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
45
kind: KubeadmControlPlane
@@ -112,6 +114,8 @@ spec:
112
114
minCPU: ${WORKER_MACHINE_MINCPU}
113
115
minMemory: ${WORKER_MACHINE_MINMEMORY}
116
image: ${WORKER_MACHINE_IMAGE}
117
+ resourcePool: ${WORKER_MACHINE_RESOURCEPOOL}
118
+ tags: [ ${ WORKER_MACHINE_TAG } ]
119
120
apiVersion: cluster.x-k8s.io/v1beta1
121
kind: MachineDeployment
0 commit comments