Skip to content

Commit 186c2ed

Browse files
authored
Merge pull request #220 from Kuadrant/dns-opeator_gh-701
Add: DNS failover guides
2 parents 78f21b1 + f094a24 commit 186c2ed

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

mkdocs.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ plugins:
110110
- /doc/cel/standard.md
111111
- /doc/cel/extensions/optional.md
112112
- /doc/cel/extensions/strings.md
113+
- /examples/otel/README.md
114+
- /doc/observability/jaeger_ui_trace.png
115+
- /doc/observability/jaeger_ui_tracing_logs.png
116+
- /doc/observability/envoy-access-logs.md
113117
- /doc/images/*
114118
- name: authorino
115119
import_url: https://github.com/kuadrant/authorino?edit_uri=/blob/main/&branch=main
@@ -162,7 +166,20 @@ plugins:
162166
- name: dns-operator
163167
import_url: https://github.com/kuadrant/dns-operator?edit_uri=/blob/main/&branch=main
164168
imports:
169+
- /config/coredns/kustomization.yaml
170+
- /coredns/plugin/README.md
171+
- /docs/cli.md
172+
- /docs/coredns/configuration.md
173+
- /docs/coredns/coredns-integration.md
174+
- /docs/coredns/local-development.md
175+
- /docs/coredns/README.md
176+
- /docs/coredns/zone-delegation.md
177+
- /docs/dns_record_delegation.md
178+
- /docs/exercising_dns_failover_via_groups.md
179+
- /docs/migrating_away_from_dns_groups.md
180+
- /docs/migrating_existing_clusters_to_use_groups.md
165181
- /docs/provider.md
182+
- /README.md
166183
- name: developer-portal-controller
167184
import_url: https://github.com/kuadrant/developer-portal-controller?edit_uri=/blob/main/&branch=main
168185
imports:
@@ -261,6 +278,10 @@ nav:
261278
- 'Health Checks': kuadrant-operator/doc/user-guides/dns/dnshealthchecks.md
262279
- 'CoreDNS Support': kuadrant-operator/doc/user-guides/dns/core-dns.md
263280
- 'Cluster Aware DNSRecord Delegation': kuadrant-operator/doc/user-guides/dns/understanding_dns_delegation.md
281+
- 'DNS Fail-over':
282+
- 'Migrating Existing Clusters To Use Groups': dns-operator/docs/migrating_existing_clusters_to_use_groups.md
283+
- 'Exercising DNS Fail-over via Groups': dns-operator/docs/exercising_dns_failover_via_groups.md
284+
- 'Migrating Away From DNS Groups': dns-operator/docs/migrating_away_from_dns_groups.md
264285
- 'mTLS Configuration': kuadrant-operator/doc/install/mtls-configuration.md
265286
- 'Observability':
266287
- 'Configure Observability': kuadrant-operator/doc/user-guides/observability/monitors.md

0 commit comments

Comments
 (0)