Skip to content

Commit 0186e8b

Browse files
Harsh AroraHarsh Arora
authored andcommitted
DSR update
1 parent ae1c0cd commit 0186e8b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

deploy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Perform the following:
3434
| VNID | Mandatory | A unique VXLAN VNID to create a VXLAN overlay between Kubernetes cluster and the ingress devices. </br></br>**Note:** Ensure that the VXLAN VNID that you use does not conflict with the Kubernetes cluster or Citrix ADC VXLAN VNID. You can use the `show vxlan` command on your Citrix ADC to view the VXLAN VNID. For example: </br></br> `show vxlan` </br>`1) ID: 500 Port: 9090`</br>`Done` </br> </br>In this case, ensure that you do not use `500` as the VXLAN VNID.|
3535
| VXLAN_PORT | Mandatory | The VXLAN port that you want to use for the overlay. </br></br>**Note:** Ensure that the VXLAN PORT that you use does not conflict with the Kubernetes cluster or Citrix ADC VXLAN PORT. You can use the `show vxlan` command on your Citrix ADC to view the VXLAN PORT. For example: </br></br> `show vxlan` </br>`1) ID: 500 Port: 9090`</br>`Done` </br> </br>In this case, ensure that you do not use `9090` as the VXLAN PORT.|
3636
| REMOTE_VTEPIP | Mandatory | The Ingress Citrix ADC SNIP. This IP address is used to establish an overlay network between the Kubernetes clusters.|
37-
| DSR_IP_RANGE | Optional | This IP address range is used for DSR Iptable configuration on nodes |
37+
| 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" |
3838
3939
4040
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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,3 @@ spec:
8686
value: "3267"
8787
- name: VNID
8888
value: "300"
89-
- name: DSR_IP_RANGE
90-
value: "10.106.170.0/24"

0 commit comments

Comments
 (0)