-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade the centraldashboard for supporting the BoundServiceAccountTokenVolume #49
Comments
@kimwnasptd we probably need to address this in a patch release (no specific need to cut a new overall Kubeflow version, however). /priority 2 |
@thesuperzapper: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/priority p2 |
/transfer dashboard |
@carloscao0928: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind feature
Why you need this feature:
Recently I had encounted a issue on our product that after loging to the Kubeflow, I got a 500 error, the menu can't show normally, looks like this:
And then I checked the centraldashboard pod log and got this,
After investigated I found it's due to the service account token life over 90 days, so the API had been rejected by AWS, refer here: https://docs.aws.amazon.com/eks/latest/userguide/service-accounts.html#identify-pods-using-stale-tokens
Describe the solution you'd like:
Restart the centraldashboard to refresh the sa token life.
Anything else you would like to add:
So I want know if any plan for upgrading this components or a better solution.
The text was updated successfully, but these errors were encountered: