Skip to content

Commit c6b88b5

Browse files
committed
fixing mongodb doc content formatting issues
1 parent ecdd295 commit c6b88b5

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

docs/how-to/MongoDB-single-tier-solution.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,17 @@ Perform the following after you deploy the Citrix ADC VPX:
3838

3939
>**Note:**
4040
>It is not mandatory to use SNIP as `NS_IP`. If the management IP address of the Citrix ADC is reachable from the Citrix ingress controller then you can use the management IP address as `NS_IP`.
41+
4142
3. Create a [Citrix ADC system user account](https://developer-docs.citrix.com/projects/citrix-k8s-ingress-controller/en/latest/deploy/deploy-cic-yaml/#create-system-user-account-for-citrix-ingress-controller-in-citrix-adc) specific to the Citrix ingress controller. The Citrix ingress controller uses the system user account to automatically configure the Tier-1 Citrix ADC.
4243

4344
1. Configure Citrix ADC VPX to forward DNS queries to CoreDNS pod IP addresses in the Kubernetes cluster.
4445

45-
add dns nameServer <core-dns-pod-ip-address>
46+
add dns nameServer <core-dns-pod-ip-address>
4647

47-
For example, if the pod IP addresses are 10.244.0.2 and 10.244.0.3, configure the name servers on Citrix ADC VPX as:
48+
For example, if the pod IP addresses are 10.244.0.2 and 10.244.0.3, configure the name servers on Citrix ADC VPX as:
4849

49-
add dns nameServer 10.244.0.3
50-
add dns nameServer 10.244.0.2
50+
add dns nameServer 10.244.0.3
51+
add dns nameServer 10.244.0.2
5152

5253
## Deploy the Citrix Ingress solution for MongoDB
5354

@@ -61,7 +62,7 @@ Perform the following steps to deploy the Citrix Ingress solution for MongoDB.
6162

6263
1. Create a Kubernetes secret with the user name and password for Citrix ADC VPX.
6364

64-
kubectl create secret generic nslogin1 --from-literal=username='username' --from-literal=password='mypassword'
65+
kubectl create secret generic nslogin --from-literal=username='username' --from-literal=password='mypassword'
6566

6667
1. Download the [cic-configmap.yaml](https://raw.githubusercontent.com/citrix/citrix-observability-exporter/master/examples/elasticsearch/cic-configmap.yaml) file and then deploy it using the following command.
6768

@@ -125,7 +126,7 @@ Perform the following steps to deploy the Citrix Ingress solution for MongoDB.
125126

126127
**Note:** You must set the Elasticsearch server details in the ELKServer environment variable either based on an IP address or the DNS name, along with the port information.
127128

128-
Following is shows a sample ConfigMap file.
129+
Following is a sample ConfigMap file.
129130

130131

131132
```yml
@@ -195,9 +196,9 @@ Perform the following steps to verify observability for MongoDB traffic.
195196

196197
1. Configure your client application for MongoDB to point to the virtual IP address of the Tier-1 Citrix ADC VPX.
197198

198-
For example:
199+
For example:
199200

200-
mongodb://<vip-of-vpx>:27017/
201+
mongodb://<vip-of-vpx>:27017/
201202

202203
2. Send multiple requests (for example insert, update, delete) to the MongoDB database using your MongoDB client application. The transactions are uploaded to the Elasticsearch server.
203204

0 commit comments

Comments
 (0)