Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cluster1/scripts/set-hosts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ echo "=============== running set-hosts.sh ==============="

# Update /etc/hosts about other hosts
cat >> /etc/hosts <<EOF
192.168.101.101 cluster1-master-1
192.168.101.201 cluster1-worker-1
192.168.101.202 cluster1-worker-2
192.168.56.101 cluster1-master-1
192.168.56.201 cluster1-worker-1
192.168.56.202 cluster1-worker-2
EOF