Changes

Jump to navigation Jump to search

Setting up a new node in the cluster

278 bytes added, 5 years ago
m
no edit summary
> 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]]

Navigation menu