Skip to content

Commit 0e9f466

Browse files
authored
Merge pull request #505 from citrix/multi-cluster-latest
added minor update to multi cluster doc
2 parents 3588d32 + eaf5911 commit 0e9f466

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/multicluster/multi-cluster.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,10 @@ For a sample configuration of multi-cloud ingress and load balancing solution fo
256256

257257
## How to direct the DNS resolution of pods to Citrix GSLB ADC
258258

259+
**Note:** This procedure is optional and needed only if the pods within the cluster need to resolve the DNS through the Citrix GSLB ADC.
260+
261+
### When pods are within the Kubernetes cluster
262+
259263
When you want the pods in a Kubernetes cluster to use the GSLB solution, the ConfigMap of the DNS provider should be updated to forward the request for a domain (for which GSLB is required) to Citrix GSLB ADC.
260264

261265
The following example shows how to update the ConfigMap if the DNS provider is CoreDNS.
@@ -307,7 +311,7 @@ The IP address specified (`forward . 10.102.217.149`) is a DNS service configure
307311

308312
forward . ip1 ip2 ip3
309313

310-
## Directing the DNS resolution of pods to Citrix GSLB ADC in OpenShift
314+
### When pods are within the OpenShift cluster
311315

312316
When you want the pods in an OpenShift cluster to use the GSLB solution, the DNS operator should be updated to forward the request for a domain (for which GSLB is required) to Citrix GSLB ADC.
313317

0 commit comments

Comments
 (0)