From 4292900a741f37b64c004634e0984ba729e226cb Mon Sep 17 00:00:00 2001 From: Giancarlo Rubio Date: Fri, 9 Jun 2017 11:33:12 +0200 Subject: [PATCH] bump dashboard version to v1.6.0 --- docs/addons.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/addons.md b/docs/addons.md index 448efc6628..e496decd87 100644 --- a/docs/addons.md +++ b/docs/addons.md @@ -16,7 +16,7 @@ The [dashboard project](https://github.com/kubernetes/dashboard) provides a nice Install using: ``` -kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/kubernetes-dashboard/v1.5.0.yaml +kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/kubernetes-dashboard/v1.6.0.yaml ``` And then navigate to `https://api./ui` @@ -35,7 +35,7 @@ Monitoring supports the horizontal pod autoscaler. Install using: ``` -kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/monitoring-standalone/v1.3.0.yaml +kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/monitoring-standalone/v1.6.0.yaml ```