Skip to content

Commit 70f7715

Browse files
committed
Citrix Node controller Updating Readme section
1 parent 18e4eee commit 70f7715

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Perform the following:
9595

9696
1. Deploy the config map using the following command:
9797

98-
kubectl apply -f https://raw.githubusercontent.com/janraj/citrix-k8s-node-controller/master/deploy/config_map.yaml
98+
kubectl apply -f https://raw.githubusercontent.com/citrix/citrix-k8s-node-controller/master/deploy/config_map.yaml
9999

100100
### Using Citrix k8s node controller as a microservice
101101

deploy/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Deploy the Citrix k8s node controller
22

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:
44

55
| **Value** | **Description** |
66
| ----- | ----------- |
77
| ADD | Citrix k8s node controller creates a routing configuration on the Citrix ADC instance. |
88
| DELETE | Citrix k8s node controller deletes the routing configuration on the Citrix ADC instance. |
99

10-
[config_map.yaml](https://github.com/janraj/citrix-k8s-node-controller/blob/master/deploy/config_map.yaml):
10+
[config_map.yaml](https://github.com/citrix/citrix-k8s-node-controller/blob/master/deploy/config_map.yaml):
1111

1212
```yaml
1313
apiVersion: v1
@@ -32,7 +32,7 @@ Perform the following:
3232
3333
1. Download the `citrix-k8s-node-controller.yaml` deployment file using the following command:
3434

35-
wget https://raw.githubusercontent.com/janraj/citrix-k8s-node-controller/master/deploy/citrix-k8s-node-controller.yaml
35+
wget https://raw.githubusercontent.com/citrix/citrix-k8s-node-controller/master/deploy/citrix-k8s-node-controller.yaml
3636

3737
The deployment file contains definitions for the following:
3838

@@ -64,6 +64,6 @@ Perform the following:
6464

6565
kubectl create -f citrix-k8s-node-controller.yaml
6666

67-
1. Apply the [config map](https://github.com/janraj/citrix-k8s-node-controller/blob/master/deploy/config_map.yaml) using the following command:
67+
1. Apply the [config map](https://github.com/citrix/citrix-k8s-node-controller/blob/master/deploy/config_map.yaml) using the following command:
6868

69-
kubectl apply -f https://raw.githubusercontent.com/janraj/citrix-k8s-node-controller/master/deploy/config_map.yaml
69+
kubectl apply -f https://raw.githubusercontent.com/citrix/citrix-k8s-node-controller/master/deploy/config_map.yaml

0 commit comments

Comments
 (0)