radius-project / dashboard

Frontend experience for Project Radius
15 stars 5 forks source link

Add support for local-debuging instance of Radius #92

Open rynowak opened 2 months ago

rynowak commented 2 months ago

Description

This existing logic in the dashboard only knows how to connect to Radius when it's running inside a Kubernetes cluster. This commit makes the connection logic configurable, and adds example configuration that works with a locally installed build of Radius.

Type of change