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/modules/ROOT/pages/runbooks/CiliumClustermeshRemoteClusterNotReady.adoc
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ First, check the source cluster's overall cluster mesh status
31
31
32
32
[source,bash]
33
33
----
34
-
cilium -n cilium clustermesh status --as=cluster-admin <1>
34
+
cilium -n cilium clustermesh status --as=system:admin <1>
35
35
----
36
-
<1> `--as=cluster-admin` is required on VSHN Managed OpenShift, may need to be left out on other clusters.
36
+
<1> `--as=system:admin` is required on VSHN Managed OpenShift, may need to be left out on other clusters.
37
37
38
38
If the output indicates that all nodes are unable to connect to the remote cluster's clustermesh API, it's likely that the issue is either on the remote cluster, or in the network between the clusters.
39
39
@@ -52,25 +52,25 @@ NODE=<node name of affected node> <1>
52
52
AGENT_POD=$(kubectl -n cilium get pods --field-selector=spec.nodeName=$NODE \
<2> `--as=cluster-admin` is required on VSHN managed clusters
20
+
<2> `--as=system:admin` is required on VSHN managed clusters
21
21
<2> List the Cilium policy selectors (including matched endpoint IDs) that need to be deployed on the node.
22
22
23
23
. Check output for any policies that match a large amount of endpoints and investigate if you can tune the associated network policy to reduce the amount of matched endpoints.
0 commit comments