Problem
System token has expired so Okera cluster is not functioning
Answer
Replace the expired system token as follows:
$ cd <PATH TO okctl UTILITY>
$ ./okctl tokens create okera_system_user admin root
$ cp .auth/okera_system_user.token .auth/system.token
$ ./okctl update --config config.yaml
This creates a new token, copies it over the old one, and then updates the cluster with the new token.
Useful links
Deploying to AKS: https://docs.okera.com/odas/latest/deploy/azure/aks/
Deploying to EKS: https://docs.okera.com/odas/latest/deploy/aws/eks/#download-okctl
Using JWT: https://docs.okera.com/odas/latest/manage/auth/jwt/
Comments
0 comments
Please sign in to leave a comment.