</syntaxhighlight>
Check /etc/fstab if swap is still configured there, delete if this is the case.
== Create cluster configuration scripts ==
OBSOLETE, DOES NOT SEEM TO WORK IN NEW KUBERNETES.
<syntaxhighlight lang="bash">
> cd init/templates
# edit cluster information in the following config file
> nano make_init_config.sh
> touch /home/kubernetes/.rnd
> ./make_init_config.sh
</syntaxhighlight>
This will generate the init config from the config template and store it in /home/kubernetes/clusters/ccu.
== Spin up the master node ==