This commit is contained in:
2024-02-16 10:48:01 +01:00
parent ae95a272ca
commit 4beec76676
@@ -19,8 +19,11 @@ Worker Node 2 (vmcon-node2.his.de) 192.168.202.12
Login to each node (master & woker nodes) and set their hostname using hostnamectl command.
$ hostnamectl set-hostname "vmcon-master.his.de" // Run on master node
$ hostnamectl set-hostname "vmcon-node1.his.de" // Run on 1st worker node
$ hostnamectl set-hostname "vmcon-node2.his.de" // Run on 2nd worker node
Also add the following entries in /etc/hosts file on all the nodes,
192.168.202.10 vmcon-master.his.de vmcon-master.his.de