On brand new Rancher 2.7.9 brought up downstream cluster with latest supported v1.26.10 rke2.
One issue I’m still trying to resolve is cluster authorized endpoint does not work.
Looking at kube-api-auth agent logs I can see that it cannot find cached tokens like this:
---
time=“2023-11-29T14
5108Z” level=info msg=” ...looking up token for kubeconfig-user-<reducted>”
time=“2023-11-29T14
5108Z” level=error msg=“
clusterauthtokens.cluster.cattle.io \“cattle-system/kubeconfig-user-<reducted>\” not found”
---
It seems token replication does not work?
I can see
clusterauthtokens.cluster.cattle.io resources on another downstream RKE2 cluster managed by Rancher 2.6.11 where CAE works fine.
What I’m missing? Anybody else seeing the same issue?