Is your feature request related to a problem? Please describe.
When uploading a kubeconfig that contains multiple contexts, the Connect a cluster dialog shows a picker with radio buttons, only one context can be selected per connect action. To add several contexts from the same kubeconfig, the whole upload-and-pick flow has to be repeated once per context.
Describe the solution you'd like
Allow selecting multiple (or all) contexts in one pass, connecting each as its own Cluster entry, matching how the docs already describe multi-cluster support ("Add as many clusters as you like").
Additional context
Touches both the picker UI (switch from radio to checkboxes, add a "select all" toggle) and the Add-cluster API (accept a list of context names instead of one). Not a trivial first issue since it spans frontend and backend, but self-contained.
Is your feature request related to a problem? Please describe.
When uploading a kubeconfig that contains multiple contexts, the Connect a cluster dialog shows a picker with radio buttons, only one context can be selected per connect action. To add several contexts from the same kubeconfig, the whole upload-and-pick flow has to be repeated once per context.
Describe the solution you'd like
Allow selecting multiple (or all) contexts in one pass, connecting each as its own Cluster entry, matching how the docs already describe multi-cluster support ("Add as many clusters as you like").
Additional context
Touches both the picker UI (switch from radio to checkboxes, add a "select all" toggle) and the Add-cluster API (accept a list of context names instead of one). Not a trivial first issue since it spans frontend and backend, but self-contained.