• May 30, 2023
  • 1 views
  • 0 Comments
# use command below to edit the /etc/hosts file
vi /etc/hosts

# Add lines and change the ips below to IPs 
# to the IP your using for your nodes in your Cluster  
172.30.9.30 master1
172.30.9.31 worker1
# if you have more than one worker node
172.30.9.32 worker2