We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c9583d + c1da5f2 commit a04f1c9Copy full SHA for a04f1c9
content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md
@@ -1,6 +1,8 @@
1
---
2
reviewers:
3
-- bryk
+- floreks
4
+- maciaszczykm
5
+- shu-mutou
6
- mikedanese
7
title: Deploy and Access the Kubernetes Dashboard
8
description: >-
@@ -35,7 +37,7 @@ Dashboard also provides information on the state of Kubernetes resources in your
35
37
The Dashboard UI is not deployed by default. To deploy it, run the following command:
36
38
39
```
-kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.4.0/aio/deploy/recommended.yaml
40
+kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.5.0/aio/deploy/recommended.yaml
41
42
43
## Accessing the Dashboard UI
0 commit comments