Rancher 2.6.6 no local pods visible

Hello

I installed Rancher on k3s via helm.
So far so good.

Via kubectl I see the pods:

But via GUI I see namespaces but no pods at all ???

Logs shows several error’s but I want to know if this already rings a bell on someone
or shall I provide error logs of the rancher pods as well?

Like:
2023/07/13 13:56:38 [ERROR] Failed to handling tunnel request from remote address 10.42.0.20:33182: response 400: cluster not found

2023/07/13 13:56:41 [ERROR] failed to start cluster controllers c-m-7tvjdjp6: context canceled

2023/07/13 13:56:50 [ERROR] Failed to handling tunnel request from remote address 10.42.1.22:43610 (X-Forwarded-For: 10.42.0.0): response 401: failed authentication
2023/07/13 13:59:01 [ERROR] Unknown error: Operation cannot be fulfilled on preferences.management.cattle.io “cluster”: the object has been modified; please apply your changes to the latest version and try again
2023/07/13 13:59:20 [ERROR] Unknown error: Operation cannot be fulfilled on preferences.management.cattle.io “cluster”: the object has been modified; please apply your changes to the latest version and try again

2023/07/13 13:56:38 [ERROR] Failed to connect to peer wss://10.42.2.21/v3/connect [local ID=10.42.0.20]: websocket: bad handshake

2023/07/13 13:56:41 [ERROR] Failed to connect to peer wss://10.42.1.21/v3/connect [local ID=10.42.0.20]: EOF
2023/07/13 13:56:42 [INFO] Stopping cluster agent for local

Thx ara

in rancher you can specify the namespace’s for which to show objects. In the picture it’s “only user namespaces” and therefore it’s showing only objects belonging to user namespaces. Change it to “all namespace” to see all.

Thank you!!! Shame on me :slight_smile: