-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.okd.local
37 lines (32 loc) · 1.67 KB
/
db.okd.local
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
$TTL 604800
@ IN SOA okd-services.okd.local. admin.okd.local. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ; Negative Cache TTL
)
; name servers - NS records
IN NS okd-services
; name servers - A records
okd-services.okd.local. IN A 192.168.200.10
; OpenShift Container Platform Cluster - A records
okd-bootstrap.lab.okd.local. IN A 192.168.200.1
okd-master1.lab.okd.local. IN A 192.168.200.2
okd-master2.lab.okd.local. IN A 192.168.200.3
okd-master3.lab.okd.local. IN A 192.168.200.4
okd-node1.lab.okd.local. IN A 192.168.200.5
okd-node2.lab.okd.local. IN A 192.168.200.6
; OpenShift internal cluster IPs - A records
api.lab.okd.local. IN A 192.168.200.10
api-int.lab.okd.local. IN A 192.168.200.10
*.apps.lab.okd.local. IN A 192.168.200.10
etcd-0.lab.okd.local. IN A 192.168.200.2
etcd-1.lab.okd.local. IN A 192.168.200.3
etcd-2.lab.okd.local. IN A 192.168.200.4
console-openshift-console.apps.lab.okd.local. IN A 192.168.200.10
oauth-openshift.apps.lab.okd.local. IN A 192.168.200.10
; OpenShift internal cluster IPs - SRV records
_etcd-server-ssl._tcp.lab.okd.local. 86400 IN SRV 0 10 2380 etcd-0.lab
_etcd-server-ssl._tcp.lab.okd.local. 86400 IN SRV 0 10 2380 etcd-1.lab
_etcd-server-ssl._tcp.lab.okd.local. 86400 IN SRV 0 10 2380 etcd-2.lab