You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When user is logged in with kubeconfig, add selections for contexts included in kubeconfig
into user menu and enable to switch contexts included in kubeconfig.
This commit implements basic functionalities for switching contexts,
so to set dashboard-metrics-scraper host for each `cluster`, you need to describe it
as `sidecarHost` in `cluster` directive in kubeconfig.
Note: To test this with `npm run start*`, enlarge maximum http header size with
`export NODE_OPTIONS=--max-http-header-size=102400`.
0 commit comments