Open carloscao0928 opened 10 months ago
@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) priority/2
cannot be applied, because the repository doesn't have them.
/priority p2
/transfer dashboard
@carloscao0928: The label(s) kind/feature
cannot be applied, because the repository doesn't have them.
/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.