Changes

Jump to navigation Jump to search

Setting up a new node in the cluster

243 bytes added, 6 years ago
m
Post-install configuration
Follow instructions [[Initializing_the_Kubernetes_cluster|on this page]] to install Kubernetes and pre-requisites.
== Post-install configuration Spin up the slave node ==
* Add On the master node to : <syntaxhighlight lang="bash">> cd init> ./show_join_command.sh</syntaxhighlight> Copy the output into a new file "join_cluster.sh" in the different namespaces it should belong toinit directory of the slave. On the slave: <syntaxhighlight lang="bash">> cd init> chmod +x join_cluster.sh> sudo ./join_cluster.sh** TODO</syntaxhighlight>

Navigation menu