- please run the
cd controller-installer
./uninstall.sh
sudo kubeadm reset
follow the instruction to delete the config files and the iptables
- configure the hostname using this:
sudo hostnamectl set-hostname --static [xxx.com]
- update the host file
sudo vim /etc/hosts
127.0.0.1 xxx.com ctrl.xxx.com
-
reboot
-
run the installation again
cd controller-install
./install.sh -n
input the parameters example:
smtp: localhost
smtp port: 25
FQDN: ctrl.demo.io
username: admin@demo.io
passwd: xxxxxx