From 709155b4533fd94e183a9a4ff712bd5e50dda767 Mon Sep 17 00:00:00 2001 From: Jonathan Kosgei Date: Fri, 17 Jun 2016 14:34:27 +0300 Subject: [PATCH] Deprecation of kube ui addon Added a paragraph to point users to kubernetes dashboard, kube-ui is a dead end found that out myself. --- docs/getting-started-guides/ubuntu-calico.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting-started-guides/ubuntu-calico.md b/docs/getting-started-guides/ubuntu-calico.md index fb12cae859..50eab952d0 100644 --- a/docs/getting-started-guides/ubuntu-calico.md +++ b/docs/getting-started-guides/ubuntu-calico.md @@ -434,6 +434,12 @@ The Kubernetes UI can be installed using `kubectl` to run the following manifest kubectl create -f https://raw.githubusercontent.com/projectcalico/calico-cni/k8s-1.1-docs/samples/kubernetes/master/kube-ui/kube-ui.yaml ``` +Note: The Kubernetes UI addon is deprecated and has been replaced with Kubernetes dashboard. You can install it by running: + +```kubectl create -f https://rawgit.com/kubernetes/dashboard/master/src/deploy/kubernetes-dashboard.yaml``` + +You can find the docs at [Kubernetes Dashboard](https://github.com/kubernetes/dashboard) + ## Launch other Services With Calico-Kubernetes At this point, you have a fully functioning cluster running on Kubernetes with a master and two nodes networked with Calico. You can now follow any of the [standard documentation](https://github.com/kubernetes/kubernetes/tree/{{page.version}}.0/examples/) to set up other services on your cluster.