Skip to main content

ClusterAttributes.dashboardUrl

Home > @backstage/plugin-kubernetes-common > ClusterAttributes > dashboardUrl

Specifies the link to the Kubernetes dashboard managing this cluster.

Signature:

dashboardUrl?: string;

Remarks

Note that you should specify the app used for the dashboard using the dashboardApp property, in order to properly format links to kubernetes resources, otherwise it will assume that you're running the standard one. Also, for cloud clusters such as GKE, you should provide additional parameters using dashboardParameters.