You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
230
230
Enables configuring the scope of Netscaler ingress controller as `Role` or `ClusterRole` binding.
231
231
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.
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>
233
237
234
238
1. Deploy the Netscaler ingress controller using the `kubectl create` command.
235
239
@@ -255,4 +259,4 @@ Perform the following steps to deploy the Netscaler ingress controller as a stan
255
259
256
260
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.
257
261
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