From 4beec7667692aeada9196cabf4a80660f113e83d Mon Sep 17 00:00:00 2001 From: Gorden Date: Fri, 16 Feb 2024 10:48:01 +0100 Subject: [PATCH] debug --- Installation/Installation Kubernetes-Cluster.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Installation/Installation Kubernetes-Cluster.md b/Installation/Installation Kubernetes-Cluster.md index 67fd0a2..44e6e8a 100644 --- a/Installation/Installation Kubernetes-Cluster.md +++ b/Installation/Installation Kubernetes-Cluster.md @@ -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