@@ -41,21 +41,23 @@ key "openshift-external-dns" {
4141};
4242
4343```
44- ### Allow DNS updates and zone transfer for the key:
44+
45+ ### Allow DNS updates and zone transfer for the key
4546
4647Select the zone you want to manage, in my example ` .disco.local ` :
4748
48- * Enable ` Dynamic update `
49- * Add ` grant openshift-external-dns subdomain disco.local ANY ; ` to BIND update policy
50- Details about the policy configuration you can [ here] ( https://bind9.readthedocs.io/en/v9.16.20/reference.html#dynamic-update-policies )
49+ * Enable ` Dynamic update `
50+ * Add ` grant openshift-external-dns subdomain disco.local ANY ; ` to BIND update policy
51+ Details about the policy configuration you can [ here] ( https://bind9.readthedocs.io/en/v9.16.20/reference.html#dynamic-update-policies )
5152
5253![ Screenshot] ( ipa.png )
5354
54- * Configure ` Allow transfer ` is not possible via WebUI. [ Because] ( https://www.freeipa.org/page/Howto/DNS_updates_and_zone_transfers_with_TSIG )
55+ * Configure ` Allow transfer ` is not possible via WebUI. [ Because] ( https://www.freeipa.org/page/Howto/DNS_updates_and_zone_transfers_with_TSIG )
5556
5657 ??? example "ldap search example"
5758
5859 At the ipa server
60+
5961 ```bash
6062 # kinit admin
6163 Password for admin@DISCO.LOCAL:
@@ -113,6 +115,7 @@ based on [Configuring RFC2136 provider](https://github.com/kubernetes-sigs/exter
113115 --8<-- "content/cluster-configuration/external-dns/deployment/clusterrolebinding.yaml"
114116 --8<-- "content/cluster-configuration/external-dns/deployment/deployment.yaml"
115117 ` ` `
118+
116119 === " oc apply -k ...."
117120
118121 ` ` ` bash
@@ -127,7 +130,7 @@ oc logs -n infra-external-dns deployment/external-dns
127130
128131# # Example deployment
129132
130- * Required MetalLB or support of service type LoadBalancer.
133+ * Required MetalLB or support of service type LoadBalancer.
131134
132135` ` ` bash
133136oc new-project external-dns-demo
0 commit comments