workaround for hugo bug (#1856)

* workaround for hugo bug

* unindent div

* fix lint errors

* one more try

* try simpler text section
This commit is contained in:
Frank Budinsky 2018-07-17 13:19:37 -04:00 committed by GitHub
parent a05a9fc28e
commit 7501ba05c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -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 >}}