Hi I have a 4 node raspberry pi cloust running longhorn. I would like to allow longhorn to use the control-plane node for storage. I have add the following to tolerations to provisioner/scraper/etc..
- key: CriticalAddonsOnly
operator: Exists
- key:
node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule
- key:
node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule
but only have 3 nodes listed in longhorn.
how do i get the 4th node to get added?