From 1a8e00108aca8cad77b2a2364fe1f4ac49f5b679 Mon Sep 17 00:00:00 2001 From: Phillip Wittrock Date: Tue, 2 Aug 2016 13:59:07 -0700 Subject: [PATCH] fix issue with calico --- docs/getting-started-guides/ubuntu-calico.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/getting-started-guides/ubuntu-calico.md b/docs/getting-started-guides/ubuntu-calico.md index 86f0cb7e85..cffa8ffd2e 100644 --- a/docs/getting-started-guides/ubuntu-calico.md +++ b/docs/getting-started-guides/ubuntu-calico.md @@ -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)