k8s-iot-net-ctrl: Add node role taints
Previously, _node-474c83.k8s.pyrocufflink.black_ was tainted `du5t1n.me/machine=raspberrypi`, which prevented arbitrary pods from being scheduled on it. Now that there are two more Raspberry Pi nodes in the cluster, and arbitrary pods _should_ be scheduled on them, this taint no longer makes sense. Instead, having specific taints for the node's roles is more clear.unifi-restore
parent
7f8e39ebd4
commit
9e7b9420f4
|
@ -1,3 +1,9 @@
|
|||
k8s_node_labels:
|
||||
node-role.kubernetes.io/zigbee-ctrl: ''
|
||||
node-role.kubernetes.io/zwave-ctrl: ''
|
||||
|
||||
k8s_node_taints:
|
||||
- key: node-role.kubernetes.io/zigbee-ctrl
|
||||
effect: NoSchedule
|
||||
- key: node-role.kubernetes.io/zwave-ctrl
|
||||
effect: NoSchedule
|
||||
|
|
Loading…
Reference in New Issue