> sudo ./join_cluster.sh
</syntaxhighlight>
There are problems with the flannel network currently, which requires manual patching of the node after installation, and restarting the flannel pod:
<syntaxhighlight lang="bash">
> kubectl patch node <NODE_NAME> -p '{"spec":{"podCIDR":"10.244.0.0/16"}}'
</syntaxhighlight>
[[Category:Internal]]