Skip to content

Commit

Permalink
Merge pull request kubernetes#682 from jonathan-kosgei/patch-1
Browse files Browse the repository at this point in the history
Deprecation of kube ui addon
  • Loading branch information
Phillip Wittrock authored Aug 2, 2016
2 parents c1b06f3 + 709155b commit 1bdda05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/getting-started-guides/ubuntu-calico.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1bdda05

Please sign in to comment.