mirror of https://github.com/istio/istio.io.git
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:
parent
a05a9fc28e
commit
7501ba05c3
|
|
@ -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 >}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue