Skip to content

Commit d08b61e

Browse files
authored
fixed hosts file with 56 series
1 parent dd962e9 commit d08b61e

File tree

1 file changed

+3
-3
lines changed
  • kubernetes/vagrant-kube-cluster

1 file changed

+3
-3
lines changed

kubernetes/vagrant-kube-cluster/hosts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
22
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
33

4-
192.168.12.10 kube-01
5-
192.168.12.11 kube-02
6-
192.168.12.12 kube-03
4+
192.168.56.101 kube-01
5+
192.168.56.102 kube-02
6+
192.168.56.103 kube-03
77

0 commit comments

Comments
 (0)