Skip to content

Commit 9e76670

Browse files
authored
Update ipam-installation.md
1 parent 7cc5a8e commit 9e76670

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

simplified-deployment-usecases/ipam-installation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ You must perform the following steps before installing Citrix IPAM controller:
4545

4646
- You need to install Netscaler ingress controller for your NetScaler VPX or MPX, and the VIP CRD. Use the following Helm commands:
4747

48-
helm repo add citrix https://citrix.github.io/citrix-helm-charts/
48+
helm repo add netscaler https://netscaler.github.io/netscaler-helm-charts/
4949
50-
helm install demo1 citrix/citrix-ingress-controller --set nsIP=<NSIP>,license.accept=yes,adcCredentialSecret=<Secret-for-ADC-credentials>,ingressClass[0]=netscaler,serviceClass[0]=netscaler,ipam=true,crds.install=true -n netscaler
50+
helm install nsic netscaler/netscaler-ingress-controller --set nsIP=<NSIP>,license.accept=yes,adcCredentialSecret=<Secret-for-ADC-credentials>,ingressClass[0]=netscaler,serviceClass[0]=netscaler,ipam=true,crds.install=true -n netscaler
5151

52-
For detailed information on deploying and configuring Netscaler ingress controller using Helm charts see [the Helm chart repository](https://github.com/citrix/citrix-helm-charts/tree/master/citrix-ingress-controller).
52+
For detailed information on deploying and configuring Netscaler ingress controller using Helm charts see [the Helm chart repository](https://github.com/netscaler/netscaler-helm-charts/tree/master/netscaler-ingress-controller).
5353

5454
**Note:**
5555
Make sure that you create a secret using the Tier-1 NetScaler VPX or MPX credentials before performing this step.
@@ -58,11 +58,11 @@ You must perform the following steps before installing Citrix IPAM controller:
5858

5959
For deploying IPAM controller, use the following Helm command:
6060

61-
helm repo add citrix https://citrix.github.io/citrix-helm-charts/
61+
helm repo add netscaler https://netscaler.github.io/citrix-helm-charts/
6262

63-
helm install demo2 citrix/citrix-ipam-controller --set vipRange='[{"cnn": ["<ip-range>"]}]' -n netscaler
63+
helm install ipam netscaler/netscaler-ipam-controller --set vipRange='[{"cnn": ["<ip-range>"]}]' -n netscaler
6464

65-
For information about all the configurable parameters that can be used while installing IPAM controller using Helm charts, see the [Helm chart repository](https://github.com/citrix/citrix-helm-charts/tree/master/citrix-ipam-controller).
65+
For information about all the configurable parameters that can be used while installing IPAM controller using Helm charts, see the [Helm chart repository](https://github.com/netscaler/netscaler-helm-charts/tree/master/citrix-ipam-controller).
6666

6767
## Use IPAM controller for services of type LoadBalancer
6868

0 commit comments

Comments
 (0)