You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+49Lines changed: 49 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9205,6 +9205,55 @@ paths:
9205
9205
- lang: CLI
9206
9206
source: >
9207
9207
linode-cli lke api-endpoints-list 12345
9208
+
/lke/clusters/{clusterId}/dashboard:
9209
+
parameters:
9210
+
- name: clusterId
9211
+
in: path
9212
+
description: ID of the Kubernetes cluster to look up.
9213
+
required: true
9214
+
schema:
9215
+
type: integer
9216
+
x-linode-cli-command: lke
9217
+
get:
9218
+
operationId: getLKEClusterDashboard
9219
+
x-linode-cli-action: cluster-dashboard-url
9220
+
security:
9221
+
- personalAccessToken: []
9222
+
- oauth:
9223
+
- lke:read_only
9224
+
tags:
9225
+
- Linode Kubernetes Engine (LKE)
9226
+
summary: Kubernetes Cluster Dashboard URL View
9227
+
description: |
9228
+
Get a [Kubernetes Dashboard](https://github.com/kubernetes/dashboard) access URL for this Cluster, which enables performance of administrative tasks through a web interface.
9229
+
9230
+
Dashboards are installed for Clusters by default.
9231
+
9232
+
To access the Cluster Dashboard login prompt, enter the URL in a web browser. Select either **Token** or **Kubeconfig** authentication, then select **Sign in**.
9233
+
9234
+
For 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/).
9235
+
responses:
9236
+
'200':
9237
+
description: Returns a Kubernetes Cluster Dashboard URL.
0 commit comments