Kubernetes Dashboard
Adjusting the timeout of the Kubernetes Dashboard
If you ever worked with the Kubernetes Dashboard you certainly have noticed the rather short session timeout (about 10 minutes).
By adjusting the startup parameters you can either:
- Increase the timeout
- Disable the timeout
- Skip authentication altogether
Skipping the authentication is useful in a dev environment where you don’t need or want authentication.
[Read More]