Skip to content

Commit e788359

Browse files
authored
Merge pull request #22 from apoorva-05/master
CNC PBR Support
2 parents 4e5ce05 + 3fbfa2a commit e788359

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deploy/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Perform the following:
3636
| REMOTE_VTEPIP | Mandatory | The Ingress Citrix ADC SNIP. This IP address is used to establish an overlay network between the Kubernetes clusters.|
3737
| CNI_TYPE | Mandatory | The CNI used in kubernetes cluster. Valid values: flannel,calico,canal,weave,cilium|
3838
| 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" |
39+
| 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) |
3940
4041
4142
1. After you have updated the Citrix k8s node controller deployment YAML file, deploy it using the following command:

deploy/citrix-k8s-node-controller.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
serviceAccountName: citrix-node-controller
100100
containers:
101101
- name: citrix-node-controller
102-
image: "quay.io/citrix/citrix-k8s-node-controller:2.2.2"
102+
image: "quay.io/citrix/citrix-k8s-node-controller:2.2.3"
103103
imagePullPolicy: Always
104104
env:
105105
- name: NS_IP

0 commit comments

Comments
 (0)