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
Copy file name to clipboardExpand all lines: deploy/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Deploy the Citrix k8s node controller
2
2
3
-
Citrix k8s node controller is controlled using a [config map](https://github.com/janraj/citrix-k8s-node-controller/blob/master/deploy/config_map.yaml). The [config map](https://github.com/janraj/citrix-k8s-node-controller/blob/master/deploy/config_map.yaml) file contains a `data.operation:` field that you can use to define Citrix k8s node controller to automatically create, apply, and delete routing configuration on Citrix ADC. You can use the following values for the `data.operation:` field:
3
+
Citrix k8s node controller is controlled using a [config map](https://github.com/citrix/citrix-k8s-node-controller/blob/master/deploy/config_map.yaml). The [config map](https://github.com/citrix/citrix-k8s-node-controller/blob/master/deploy/config_map.yaml) file contains a `data.operation:` field that you can use to define Citrix k8s node controller to automatically create, apply, and delete routing configuration on Citrix ADC. You can use the following values for the `data.operation:` field:
4
4
5
5
|**Value**|**Description**|
6
6
| ----- | ----------- |
7
7
| ADD | Citrix k8s node controller creates a routing configuration on the Citrix ADC instance. |
8
8
| DELETE | Citrix k8s node controller deletes the routing configuration on the Citrix ADC instance. |
0 commit comments