Hello everyone, I have a problem about `ACE` (auth...
# rke2
k
Hello everyone, I have a problem about
ACE
(authorized cluster endpoint) I configured our downstream cluster to use
ACE
. Network and load-balancer is ok but when i want to connect with
ACE
,
kube-api-auth
pod logs that error:
Copy code
time="2023-07-13T08:35:51Z" level=info msg="  ...looking up token for kubeconfig-u-mj7fowvpuxrjgxv"
time="2023-07-13T08:35:51Z" level=error msg="<http://clusterauthtokens.cluster.cattle.io|clusterauthtokens.cluster.cattle.io> \"cattle-system/kubeconfig-u-mj7fowvpuxrjgxv\" not found"
And i was aware that downstream cluster does not have
clusterauthtokens
crd. i am suspect that i created downstream cluster with rancher 2.5 and after i upgraded rancher from 2.5 to 2.6.9. Is there any solution or experimented this issue before?