-
Notifications
You must be signed in to change notification settings - Fork 136
/
db.okd.local
38 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 okd4-services.okd.local. admin.okd.local. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ; Negative Cache TTL
)
; name servers - NS records
IN NS okd4-services
; name servers - A records
okd4-services.okd.local. IN A 192.168.1.210
; OpenShift Container Platform Cluster - A records
okd4-bootstrap.lab.okd.local. IN A 192.168.1.200
okd4-control-plane-1.lab.okd.local. IN A 192.168.1.201
okd4-control-plane-2.lab.okd.local. IN A 192.168.1.202
okd4-control-plane-3.lab.okd.local. IN A 192.168.1.203
okd4-compute-1.lab.okd.local. IN A 192.168.1.204
okd4-compute-2.lab.okd.local. IN A 192.168.1.205
; OpenShift internal cluster IPs - A records
api.lab.okd.local. IN A 192.168.1.210
api-int.lab.okd.local. IN A 192.168.1.210
*.apps.lab.okd.local. IN A 192.168.1.210
etcd-0.lab.okd.local. IN A 192.168.1.201
etcd-1.lab.okd.local. IN A 192.168.1.202
etcd-2.lab.okd.local. IN A 192.168.1.203
console-openshift-console.apps.lab.okd.local. IN A 192.168.1.210
oauth-openshift.apps.lab.okd.local. IN A 192.168.1.210
; 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