use latest version of dashboard to support k8 1.20 (#8862)

This commit is contained in:
Shamsher Ansari 2021-01-28 20:32:29 +05:30 committed by GitHub
parent afb920de2b
commit fe3a248186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ Follow these instructions to setup Dashboard for kind.
1. To deploy Dashboard, run the following command:
{{< text bash >}}
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.1.0/aio/deploy/recommended.yaml
{{< /text >}}
1. Verify that Dashboard is deployed and running.