Skip to content

Commit a5e5bf9

Browse files
authored
Update README.md
1 parent 071e148 commit a5e5bf9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

deployment/baremetal/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Perform the following step to deploy a Netscaler CPX along with an inbuilt Ingre
2020

2121
1. Apply the following command to deploy a Netscaler CPX with the inbuilt ingress controller.
2222
```
23-
kubectl apply -f https://raw.githubusercontent.com/citrix/citrix-k8s-ingress-controller/master/deployment/baremetal/citrix-k8s-cpx-ingress.yml
23+
kubectl apply -f https://raw.githubusercontent.com/netscaler/netscaler-k8s-ingress-controller/master/deployment/baremetal/citrix-k8s-cpx-ingress.yml
2424
```
2525
2626
## Deploy Netscaler ingress controller as a standalone pod
@@ -31,7 +31,7 @@ Perform the following steps to deploy the Netscaler ingress controller as a stan
3131
3232
1. Download the `citrix-k8s-ingress-controller.yaml` using the following command.
3333
```
34-
wget https://raw.githubusercontent.com/citrix/citrix-k8s-ingress-controller/master/deployment/baremetal/citrix-k8s-ingress-controller.yaml
34+
wget https://raw.githubusercontent.com/netscaler/netscaler-k8s-ingress-controller/master/deployment/baremetal/citrix-k8s-ingress-controller.yaml
3535
```
3636
3737
This YAML file has four sections, in which the first three sections are for cluster role creation and service account creation. The
@@ -230,6 +230,10 @@ Perform the following steps to deploy the Netscaler ingress controller as a stan
230230
Enables configuring the scope of Netscaler ingress controller as `Role` or `ClusterRole` binding.
231231
You can set the value of the `SCOPE` environment variable as `local` or `cluster`. When you set this variable as `local`, Netscaler ingress controller is deployed with `Role` binding that has limited privileges. You can use this option when you want to deploy Netscaler ingress controller with minimal privileges for a particular namespace with `Role` binding. By default, the value of `SCOPE` is set as `cluster` and Netscaler ingress controller is deployed with the `ClusterRole` binding.
232232
</details>
233+
<details>
234+
<summary>POD_IPS_FOR_SERVICEGROUP_MEMBERS</summary>
235+
By default, while configuring services of type LoadBalancer and NodePort on an external tier-1 Citrix ADC the Citrix ingress controller adds NodeIP and NodePort as service group members. If this variable is set as `True`, pod IP address and port are added instead of NodeIP and NodePort as service group members.
236+
</details>
233237
234238
1. Deploy the Netscaler ingress controller using the `kubectl create` command.
235239
@@ -255,4 +259,4 @@ Perform the following steps to deploy the Netscaler ingress controller as a stan
255259
256260
If the Kubernetes cluster and the Ingress Netscaler are in different subnets, you cannot establish a route between them using static routing. This scenario requires an overlay mechanism to establish a route between the Kubernetes cluster and the Ingress Netscaler.
257261
258-
The [Citrix node controller](https://github.com/citrix/citrix-k8s-node-controller) is a microservice that you can use to create a VXLAN based overlay network between the cluster and the Ingress Netscaler device.
262+
The [Citrix node controller](https://github.com/netscaler/netscaler-k8s-node-controller) is a microservice that you can use to create a VXLAN based overlay network between the cluster and the Ingress Netscaler device.

0 commit comments

Comments
 (0)