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: docs/troubleshooting/troubleshooting.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,12 @@ The following table describes some of the common issues and workarounds.
31
31
32
32
## Troubleshooting - OpenShift feature node watch
33
33
34
-
Problem: While using OpenShift-ovn CNI `feature-node-watch` is not adding correct routes.
34
+
**Problem 1**:
35
+
While using OpenShift-ovn CNI `feature-node-watch` is not adding correct routes.
35
36
36
-
Description: Citrix ingress controller looks for Node annotations for fetching the necessary details to add the static routes.
37
+
**Description**: Citrix ingress controller looks for Node annotations for fetching the necessary details to add the static routes.
37
38
38
-
Workaround:
39
+
**Workaround**:
39
40
40
41
1. Make sure that following RBAC permission is provided to Citrix ingress controller along with `route.openshift.io` for Citrix ingress controller to run in the OpenShift environment with OVN CNI.
41
42
@@ -51,12 +52,12 @@ cluster nodes.
51
52
52
53
3. If the annotation does not exist `feature-node-watch` might not work for OVN CNI. In that case, you must manually configure the static routes on Citrix ADC VPX.
53
54
54
-
Problem: While using OpenShift-sdn CNI feature-node-watch is not adding
55
-
correct routes
55
+
**Problem 2**:
56
+
While using OpenShift-sdn CNI feature-node-watch is not adding correct routes
56
57
57
-
Description: Citrix ingress controller looks for the Hostsubnet CRD for fetching the necessary details to add the static routes.
58
+
**Description**: Citrix ingress controller looks for the Hostsubnet CRD for fetching the necessary details to add the static routes.
58
59
59
-
Workaround:
60
+
**Workaround**:
60
61
61
62
1. Make sure that following RBAC permission is provided to Citrix ingress controller along with `route.openshift.io` for Citrix ingress controller to run in the OpenShift environment with SDN CNI.
0 commit comments