cluster_dashboard
Creates, updates, deletes, gets or lists a cluster_dashboard
resource.
Overview
Name | cluster_dashboard |
Type | Resource |
Id | linode.lke.cluster_dashboard |
Fields
The following fields are returned by SELECT
queries:
- get_lke_cluster_dashboard
Returns a Kubernetes Cluster Dashboard URL.
Name | Datatype | Description |
---|---|---|
url | string | The Cluster Dashboard access URL. (example: https://example.dashboard.linodelke.net) |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get_lke_cluster_dashboard | select | Get a Kubernetes Dashboard access URL for this Cluster, which enables performance of administrative tasks through a web interface. Dashboards are installed for Clusters by default. To access the Cluster Dashboard login prompt, enter the URL in a web browser. Select either Token or Kubeconfig authentication, then select Sign in. For additional guidance on using the Cluster Dashboard, see the Navigating the Cluster Dashboard section of our guide on Using the Kubernetes Dashboard on LKE. Learn more... Learn more... |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|
SELECT
examples
- get_lke_cluster_dashboard
Get a Kubernetes Dashboard access URL for this Cluster, which enables performance of administrative tasks through a web interface.
Dashboards are installed for Clusters by default.
To access the Cluster Dashboard login prompt, enter the URL in a web browser. Select either Token or Kubeconfig authentication, then select Sign in.
For additional guidance on using the Cluster Dashboard, see the Navigating the Cluster Dashboard section of our guide on Using the Kubernetes Dashboard on LKE.
Learn more...
Learn more...
SELECT
url
FROM linode.lke.cluster_dashboard;