From 5f464c40195b25dfc36c098837eafd02a33a5a74 Mon Sep 17 00:00:00 2001 From: ankhande <119479178+ankhande@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:13:45 +0530 Subject: [PATCH] Update nw-control-dns-records-public-hosted-zone-infoblox.adoc --- ...ntrol-dns-records-public-hosted-zone-infoblox.adoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/modules/nw-control-dns-records-public-hosted-zone-infoblox.adoc b/modules/nw-control-dns-records-public-hosted-zone-infoblox.adoc index 854917ea3b18..92fa96fd199d 100644 --- a/modules/nw-control-dns-records-public-hosted-zone-infoblox.adoc +++ b/modules/nw-control-dns-records-public-hosted-zone-infoblox.adoc @@ -53,20 +53,21 @@ spec: name: infoblox-credentials gridHost: ${INFOBLOX_GRID_PUBLIC_IP} wapiPort: 443 - wapiVersion: "2.3.1" + wapiVersion: "2.3.1" <3> domains: - filterType: Include matchType: Exact name: test.example.com source: - type: OpenShiftRoute <3> + type: OpenShiftRoute <4> openshiftRouteOptions: - routerName: default <4> + routerName: default <5> ---- <1> Specifies the External DNS name. <2> Defines the provider type. -<3> You can define options for the source of DNS records. -<4> If the source type is `OpenShiftRoute`, you can pass the OpenShift Ingress Controller name. External DNS selects the canonical hostname of that router as the target while creating CNAME record. +<3> Currently supported wapiVersions : 2.3.1, 2.4, 2.5, 2.6, 2.6.1, 2.7, 2.7.1, 2.7.2, 2.7.3, 2.8, 2.9, 2.9.1. Unless explicitly stated in the release notes, previously available WAPI versions are intended to remain accessible and operative with later versions. +<4> You can define options for the source of DNS records. +<5> If the source type is `OpenShiftRoute`, you can pass the OpenShift Ingress Controller name. External DNS selects the canonical hostname of that router as the target while creating CNAME record. . Create the `ExternalDNS` resource on Infoblox by running the following command: +