diff --git a/deploy/README.md b/deploy/README.md index b66fc3d..12d07e4 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -36,6 +36,7 @@ Perform the following: | REMOTE_VTEPIP | Mandatory | The Ingress Citrix ADC SNIP. This IP address is used to establish an overlay network between the Kubernetes clusters.| | CNI_TYPE | Mandatory | The CNI used in kubernetes cluster. Valid values: flannel,calico,canal,weave,cilium| | DSR_IP_RANGE | Optional | This IP address range is used for DSR Iptable configuration on nodes. Both IP and subnet must be specified in format : "xx.xx.xx.xx/xx" | + | CLUSTER_NAME | Optional | N/A | Unique identifier for the kubernetes cluster on which CNC is deployed. If Provided CNC will configure PolicyBasedRoutes instead of static Routes. For details, see [CNC-PBR-SUPPORT](https://github.com/citrix/citrix-k8s-ingress-controller/tree/master/docs/how-to/pbr.md#configure-pbr-using-the-citrix-node-controller) | 1. After you have updated the Citrix k8s node controller deployment YAML file, deploy it using the following command: diff --git a/deploy/citrix-k8s-node-controller.yaml b/deploy/citrix-k8s-node-controller.yaml index bf6c19b..3e8e45b 100644 --- a/deploy/citrix-k8s-node-controller.yaml +++ b/deploy/citrix-k8s-node-controller.yaml @@ -99,7 +99,7 @@ spec: serviceAccountName: citrix-node-controller containers: - name: citrix-node-controller - image: "quay.io/citrix/citrix-k8s-node-controller:2.2.2" + image: "quay.io/citrix/citrix-k8s-node-controller:2.2.3" imagePullPolicy: Always env: - name: NS_IP