Run netfoundry/autonomous-router:latest On K8S

Hey there!
I try to deploy autonomous-router that use ziti router
It work but after I regenerate the Token again, and redeploy my solution
I get this error:
{"file":"github.com/openziti/fabric@v0.23.35/router/router.go:497","func":"github.com/openziti/fabric/router.(*Router).startControlPlane.func1","level":"fatal","msg":"unable to connect to any controllers before timeout","time":"2024-06-04T08:08:59.607Z"}
Any idea?

Welcome to the community, @dsd. I recommend the Kubernetes router deployment guide: Install the Router in Kubernetes | OpenZiti, which uses the best practice of deploying a specific router version identified by the image's version :tag.

The autonomous router container image is specialized to the NetFoundry Cloud and may be useful in circumstances where the router must be self-upgrading and must use the NF Cloud's router registration token. If those criteria are not inflexible, you will be better served by using the main router image (openziti/ziti-router) with the router Helm chart.