Skip to content

Commit

Permalink
fix issue with calico
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittrock committed Aug 2, 2016
1 parent 1bdda05 commit 1a8e001
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/getting-started-guides/ubuntu-calico.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,9 @@ kubectl create -f https://raw.githubusercontent.com/projectcalico/calico-cni/k8s

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```
```shell
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)

Expand Down

0 comments on commit 1a8e001

Please sign in to comment.