Skip to content

Commit

Permalink
Merge pull request #22 from apoorva-05/master
Browse files Browse the repository at this point in the history
CNC PBR Support
  • Loading branch information
subashd authored Apr 30, 2021
2 parents 4e5ce05 + 3fbfa2a commit e788359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion deploy/citrix-k8s-node-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e788359

Please sign in to comment.