kubernetes ala Ger

This commit is contained in:
2018-10-26 10:41:46 +02:00
parent d7e02e1689
commit f1ba34f49b
8 changed files with 324 additions and 0 deletions

20
kube-cluster/etc.hosts Normal file
View File

@ -0,0 +1,20 @@
127.0.0.1 localhost
127.0.1.1 ger-lpt-werk
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
192.168.50.11 portal.ger.test portal
192.168.50.12 icat.ger.test icat
192.168.50.13 resc1.ger.test resc1
192.168.50.14 resc2.ger.test resc2
192.168.50.15 test01
192.168.50.21 master.ger.test master
192.168.50.22 worker1.ger.test worker1
192.168.50.23 worker2.ger.test worker2