mirror of https://github.com/knative/docs.git
knative with gardener: fix markdown syntax (#931)
This commit is contained in:
parent
86d2864e7f
commit
f1279aabf7
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue