action linode_get_lkecluster_dashboard { label: "Kubernetes Cluster Dashboard URL View" description: "Get a [Kubernetes Dashboard](https://github.com/kubernetes/dashboard) access URL for this Cluster, which enables performance of administrative tasks through a web interface.\n\nDashboards are installed for Clusters by default.\n\nTo access the Cluster Dashboard login prompt, enter the URL in a web browser. Select either **Token** or **Kubeconfig** authentication, then select **Sign in**.\n\nFor additional guidance on using the Cluster Dashboard, see the [Navigating the Cluster Dashboard](/docs/guides/using-the-kubernetes-dashboard-on-lke/#navigating-the-cluster-dashboard) section of our guide on [Using the Kubernetes Dashboard on LKE](/docs/guides/using-the-kubernetes-dashboard-on-lke/).\n" provider: linode method: GET path: "/lke/clusters/{clusterId}/dashboard" encoding: json output: { type: "object" properties: { url: { type: "string" description: "The Cluster Dashboard access URL." } } } }