File tree Expand file tree Collapse file tree
content/cluster-configuration/external-dns/deployment Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,31 +4,31 @@ kind: ClusterRole
44metadata :
55 name : external-dns
66rules :
7- - apiGroups :
8- - " "
9- resources :
10- - services
11- - endpoints
12- - pods
13- - nodes
14- verbs :
15- - get
16- - watch
17- - list
18- - apiGroups :
19- - extensions
20- - networking.k8s.io
21- resources :
22- - ingresses
23- verbs :
24- - get
25- - list
26- - watch
27- - apiGroups :
28- - " route.openshift.io"
29- resources :
30- - routes
31- verbs :
32- - get
33- - list
34- - watch
7+ - apiGroups :
8+ - " "
9+ resources :
10+ - services
11+ - endpoints
12+ - pods
13+ - nodes
14+ verbs :
15+ - get
16+ - watch
17+ - list
18+ - apiGroups :
19+ - extensions
20+ - networking.k8s.io
21+ resources :
22+ - ingresses
23+ verbs :
24+ - get
25+ - list
26+ - watch
27+ - apiGroups :
28+ - " route.openshift.io"
29+ resources :
30+ - routes
31+ verbs :
32+ - get
33+ - list
34+ - watch
Original file line number Diff line number Diff line change 88 kind : ClusterRole
99 name : external-dns
1010subjects :
11- - kind : ServiceAccount
12- name : external-dns
11+ - kind : ServiceAccount
12+ name : external-dns
Original file line number Diff line number Diff line change @@ -20,24 +20,24 @@ spec:
2020 key : node-role.kubernetes.io/master
2121 operator : Exists
2222 containers :
23- - name : external-dns
24- env :
25- - name : EXTERNAL_DNS_RFC2136_TSIG_SECRET
26- valueFrom :
27- secretKeyRef :
28- name : external-dns-rfc2136-tsig-secret
29- key : EXTERNAL_DNS_RFC2136_TSIG_SECRET
30- image : registry.k8s.io/external-dns/external-dns:v0.14.0
31- args :
32- - --registry=txt
33- - --txt-suffix=-%{record_type}-external-dns
34- - --txt-owner-id=cluster.disco.local
35- - --provider=rfc2136
36- - --rfc2136-host=dns01.disco.local
37- - --rfc2136-port=53
38- - --rfc2136-zone=disco.local
39- - --rfc2136-tsig-secret-alg=hmac-sha512
40- - --rfc2136-tsig-keyname=openshift-external-dns
41- - --rfc2136-tsig-axfr
42- - --source=service
43- - --domain-filter=disco.local
23+ - name : external-dns
24+ env :
25+ - name : EXTERNAL_DNS_RFC2136_TSIG_SECRET
26+ valueFrom :
27+ secretKeyRef :
28+ name : external-dns-rfc2136-tsig-secret
29+ key : EXTERNAL_DNS_RFC2136_TSIG_SECRET
30+ image : registry.k8s.io/external-dns/external-dns:v0.14.0
31+ args :
32+ - --registry=txt
33+ - --txt-suffix=-%{record_type}-external-dns
34+ - --txt-owner-id=cluster.disco.local
35+ - --provider=rfc2136
36+ - --rfc2136-host=dns01.disco.local
37+ - --rfc2136-port=53
38+ - --rfc2136-zone=disco.local
39+ - --rfc2136-tsig-secret-alg=hmac-sha512
40+ - --rfc2136-tsig-keyname=openshift-external-dns
41+ - --rfc2136-tsig-axfr
42+ - --source=service
43+ - --domain-filter=disco.local
You can’t perform that action at this time.
0 commit comments