Skip to content

Commit 7cc5a8e

Browse files
authored
Update deploy-ns-operator.md
1 parent b14f3cf commit 7cc5a8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/deploy/deploy-ns-operator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Using the NetScaler operator you can deploy the NetScaler ingress controller as
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

104104
> **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.
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.
106106
107107
After you have updated the values of the required parameters, click **Create**. Ensure your NetScaler Ingress Controller is succesfully deployed and initialised.
108108

@@ -179,7 +179,7 @@ Using the NetScaler ingress controller Operator you can deploy a NetScaler CPX w
179179
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.
180180

181181
> **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.
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.
183183
184184
After you have updated the values of the required parameters, click **Create**. Ensure your NetScaler CPX with Ingress Controller is succesfully deployed and initialised.
185185

0 commit comments

Comments
 (0)