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
### I am getting an error about "Error: no CSR to approve for cluster <cluster-name>" when running the "clusteradm accept" command.
4
+
5
+
On the managed cluster, check the `klusterlet-registration-agent` pod log by using:
6
+
7
+
```
8
+
kubectl -n open-cluster-management-agent get pod
9
+
kubectl -n open-cluster-management-agent logs pod/klusterlet-registration-agent-<suffix> # Replace <suffix> with output from the "get pod" command.
10
+
```
11
+
12
+
If you are using `KinD` clusters to setup OCM, ensure you use the `--force-internal-endpoint-lookup` flag when you join the cluster using the `clusteradm join` command. For example:
0 commit comments