Skip to content

Commit c495777

Browse files
Harsh AroraHarsh Arora
authored andcommitted
troubleshoot guide
1 parent e6e0971 commit c495777

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

deploy/troubleshoot.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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+
or
13+
2) Assign "cluster-admin" role to CNC clusterrolebinding.
14+
15+
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.
16+
717
### Service status DOWN
818

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

0 commit comments

Comments
 (0)