Skip to content

Commit 1628bb3

Browse files
Harsh AroraHarsh Arora
authored andcommitted
changed location
1 parent 050d757 commit 1628bb3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

deploy/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ Apart from "citrix-node-controller" deployment, some other resources are also cr
6767
- For each worker node, a "kube-cnc-router" pod.
6868
- A configmap "kube-cnc-router".
6969
70-
<img src="images/kube_cnc_router.png" width="600" height="300">
70+
<img src="../images/kube_cnc_router.png" width="600" height="300">
7171
7272
On each of the worker nodes, a interface "cncvxlan<hash-of-namespace>" and iptables rule will get created.
7373
74-
<img src="images/slave-1.png" width="600" height="300">
75-
<img src="images/slave-2.png" width="600" height="300">
74+
<img src="../images/slave-1.png" width="600" height="300">
75+
<img src="../images/slave-2.png" width="600" height="300">
7676
7777
7878
# Delete the Citrix K8s node controller

deploy/troubleshoot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We can verify few things to debug the issue of services being in DOWN state.
2525

2626
Look for any ERROR in node configuration. A typical router pod log would look like:
2727

28-
<img src="images/router-pod-log.png" width="600" height="300">
28+
<img src="../images/router-pod-log.png" width="600" height="300">
2929

3030
3. Verify kube-cnc-router configmap output using:
3131

@@ -34,7 +34,7 @@ We can verify few things to debug the issue of services being in DOWN state.
3434
```
3535
Look for Empty field in the data section of configmap. A typical 2 node data section would look like:
3636

37-
<img src="images/router-cmap-data.png" width="600" height="300">
37+
<img src="../images/router-cmap-data.png" width="600" height="300">
3838

3939
4. Verify Node config:
4040
- CNC interface "cncvxlan<md5_of_namespace>" should getcreated
@@ -44,7 +44,7 @@ We can verify few things to debug the issue of services being in DOWN state.
4444
- port should be same as that of vxlan created on ADC
4545

4646

47-
<img src="images/slave-1.png" width="600" height="300">
47+
<img src="../images/slave-1.png" width="600" height="300">
4848

4949

5050
### Service status UP but ping from ADC not working

0 commit comments

Comments
 (0)