Update kind to use non-beta Dashboard UI (#7808)

This commit is contained in:
Eric Van Norman 2020-07-29 16:54:49 -05:00 committed by GitHub
parent a8d0d554ec
commit 9d3dff5dde
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-beta8/aio/deploy/recommended.yaml
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml
{{< /text >}}
1. Verify that Dashboard is deployed and running.