File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,7 @@ export WORKER_MACHINE_IMAGE="u-2204-k-1261-0"
19
19
# (optional) Configure resource pools for control plane and worker machines
20
20
# export CONTROL_PLANE_MACHINE_RESOURCEPOOL="kvm-pool"
21
21
# export WORKER_MACHINE_RESOURCEPOOL="bare-metal-pool"
22
+
23
+ # (optional) Configure (comma-separated) tags for control plane and worker machines
24
+ # export CONTROL_PLANE_MACHINE_TAGS="control-plane,controller"
25
+ # export WORKER_MACHINE_TAGS="worker,compute"
Original file line number Diff line number Diff line change 54
54
minMemory : ${CONTROL_PLANE_MACHINE_MINMEMORY}
55
55
image : ${CONTROL_PLANE_MACHINE_IMAGE}
56
56
resourcePool : ${CONTROL_PLANE_MACHINE_RESOURCEPOOL:= }
57
+ tags : [ ${CONTROL_PLANE_MACHINE_TAGS} ]
57
58
---
58
59
apiVersion : cluster.x-k8s.io/v1beta1
59
60
kind : MachineDeployment
89
90
minMemory : ${WORKER_MACHINE_MINMEMORY}
90
91
image : ${WORKER_MACHINE_IMAGE}
91
92
resourcePool : ${WORKER_MACHINE_RESOURCEPOOL:= }
93
+ tags : [ ${WORKER_MACHINE_TAGS} ]
92
94
---
93
95
apiVersion : bootstrap.cluster.x-k8s.io/v1beta1
94
96
kind : MicroK8sConfigTemplate
You can’t perform that action at this time.
0 commit comments