mirror of https://github.com/istio/istio.io.git
use latest version of dashboard to support k8 1.20 (#8862)
This commit is contained in:
parent
afb920de2b
commit
fe3a248186
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue