SLATE Worker Node

To distribute work assigned to a SLATE cluster, worker nodes can be networked to a SLATE master node.

  • To configure a SLATE worker node, you must first go through the previous pages in Manual Cluster Installation (excluding the master node page).

Joining the Cluster

On your master node, run the following command to get a full join command for the master’s cluster:

kubeadm token create --print-join-command

Run this generated join command on the worker node to join it to the cluster.

Next Page »