From 7501ba05c3a60e60197da8aad1a3da1a0ac2ada7 Mon Sep 17 00:00:00 2001 From: Frank Budinsky Date: Tue, 17 Jul 2018 13:19:37 -0400 Subject: [PATCH] workaround for hugo bug (#1856) * workaround for hugo bug * unindent div * fix lint errors * one more try * try simpler text section --- content/docs/examples/bookinfo/index.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/content/docs/examples/bookinfo/index.md b/content/docs/examples/bookinfo/index.md index f3cfbc2003..857e2ab506 100644 --- a/content/docs/examples/bookinfo/index.md +++ b/content/docs/examples/bookinfo/index.md @@ -87,15 +87,10 @@ To start the application, follow the instructions below corresponding to your Is {{< text bash >}} $ kubectl label namespace default istio-injection=enabled - $ kubectl get namespace -L istio-injection - NAME STATUS AGE ISTIO-INJECTION - default Active 1h enabled - istio-system Active 1h - kube-public Active 1h - kube-system Active 1h {{< /text >}} Then simply deploy the services using `kubectl` + {{< text bash >}} $ kubectl apply -f @samples/bookinfo/platform/kube/bookinfo.yaml@ {{< /text >}}