diff --git a/content/920_cleanup/undeploy.md b/content/920_cleanup/undeploy.md index 95883a5e7..e12d3d262 100644 --- a/content/920_cleanup/undeploy.md +++ b/content/920_cleanup/undeploy.md @@ -24,7 +24,7 @@ cd ~/environment/ecsdemo-nodejs kubectl delete -f kubernetes/service.yaml kubectl delete -f kubernetes/deployment.yaml -export DASHBOARD_VERSION="v2.0.0" +export DASHBOARD_VERSION="v2.6.0" kubectl delete -f https://raw.githubusercontent.com/kubernetes/dashboard/${DASHBOARD_VERSION}/src/deploy/recommended/kubernetes-dashboard.yaml ``` diff --git a/content/beginner/040_dashboard/dashboard.md b/content/beginner/040_dashboard/dashboard.md index dc08936c6..ef76e928d 100644 --- a/content/beginner/040_dashboard/dashboard.md +++ b/content/beginner/040_dashboard/dashboard.md @@ -10,7 +10,7 @@ instructions in [the official documentation](https://kubernetes.io/docs/tasks/ac We can deploy the dashboard with the following command: ```bash -export DASHBOARD_VERSION="v2.0.0" +export DASHBOARD_VERSION="v2.6.0" kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/${DASHBOARD_VERSION}/aio/deploy/recommended.yaml ```