Skip to content

Commit 4e5ce05

Browse files
authored
Merge pull request #21 from aroraharsh23/guide_update
troubleshoot guide
2 parents e6e0971 + a8822a6 commit 4e5ce05

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

deploy/troubleshoot.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ This document explains how to troubleshoot issues that you may encounter while u
44

55
To validate Citrix ADC and the basic node configurations, refer to the image on the [deployment](README.md) page.
66

7+
### Router pods not starting
8+
If kube-cnc-router pods are not starting, then, this could be due to certain cluster restrictions wherein privileged pods cannot be deployed by non-admin users/privileges.
9+
10+
As a workaround, there are 2 options:
11+
1) Use "kube-system" namespace to deploy CNC
12+
13+
OR
14+
15+
2) Assign "cluster-admin" role to CNC clusterrolebinding.
16+
17+
Note: If option 1) is chosen, then one cannot create multipe instances of CNC in a single cluster as we only have one kube-system namespace available per cluster.
18+
719
### Service status DOWN
820

921
To debug the issues when the service is in down state,

0 commit comments

Comments
 (0)