Skip to content

Commit b14f3cf

Browse files
authored
Update deploy-ns-operator.md
1 parent 9f0f3bb commit b14f3cf

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/deploy/deploy-ns-operator.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,18 @@ Using the NetScaler operator you can deploy the NetScaler ingress controller as
101101

102102
Please see [this](https://github.com/citrix/citrix-helm-charts/tree/master/citrix-ingress-controller#configuration) table that lists the mandatory and optional parameters and their default values that you can configure during installation.
103103

104-
Ensure to set the `license.accept` parameter to `yes`, provide the IP address of the NetScaler VPX instance in the `nsIP` parameter and Kubernetes secret created using NetScaler VPX credentials in `adcCredentialSecret` parameter respectively for this exercise. You can choose other available parameters as well depending upon your use-case.
104+
> **NOTE:**
105+
> Ensure to set the `license.accept` parameter to `yes`, provide the IP address of the NetScaler VPX instance in the `nsIP` parameter and Kubernetes secret created using NetScaler VPX credentials in `adcCredentialSecret` parameter respectively for this exercise. If CRDs are already installed, specify crds.install=false. You can choose other available parameters as well depending upon your use-case.
105106
106107
After you have updated the values of the required parameters, click **Create**. Ensure your NetScaler Ingress Controller is succesfully deployed and initialised.
107108

108109
![NetScaler Ingress Controller Instance](../media/nic_instance_deployed.png)
109110

110-
7. Navigate to **Workloads > Pods** section and ensure that the **netscaler-ingress-controller** pod is up and running.
111+
8. Navigate to **Workloads > Pods** section and ensure that the **netscaler-ingress-controller** pod is up and running.
111112

112113
![NetScalerIngress Controller Pod](../media/nic_pod.png)
113114

114-
8. Verify the deployment by sending traffic as shown:
115+
9. Verify the deployment by sending traffic as shown:
115116
```
116117
curl http://citrix-ingress-operator.com --resolve citrix-ingress-operator.com:80:<VIP>
117118
```
@@ -177,7 +178,8 @@ Using the NetScaler ingress controller Operator you can deploy a NetScaler CPX w
177178

178179
Please see [this](https://github.com/citrix/citrix-helm-charts/tree/master/citrix-cpx-with-ingress-controller#configuration) table that lists the mandatory and optional parameters and their default values that you can configure during installation.
179180

180-
Ensure to set the `license.accept` parameter to `yes`. We will expose NetScaler CPX service using kind `nodePort` to access the Apache application. For this please set `serviceType.nodePort.enabled` to `true`. You can choose other available parameters as well depending upon your use-case.
181+
> **NOTE:**
182+
> Ensure to set the `license.accept` parameter to `yes`. We will expose NetScaler CPX service using kind `nodePort` to access the Apache application. For this please set `serviceType.nodePort.enabled` to `true`. If CRDs are already installed, specify crds.install=false. You can choose other available parameters as well depending upon your use-case.
181183
182184
After you have updated the values of the required parameters, click **Create**. Ensure your NetScaler CPX with Ingress Controller is succesfully deployed and initialised.
183185

0 commit comments

Comments
 (0)