knative with gardener: fix markdown syntax (#931)

This commit is contained in:
Jan 2019-02-25 21:36:50 +01:00 committed by Knative Prow Robot
parent 86d2864e7f
commit f1279aabf7
1 changed files with 4 additions and 1 deletions

View File

@ -86,7 +86,10 @@ Knative depends on Istio.
kubectl label namespace default istio-injection=enabled
```
3. Monitor the Istio components until all of the components show a `STATUS` of
`Running` or `Completed`: `bash kubectl get pods --namespace istio-system`
`Running` or `Completed`:
```bash
kubectl get pods --namespace istio-system`
```
It will take a few minutes for all the components to be up and running; you can
rerun the command to see the current status.