Skip to content

Commit b096963

Browse files
anderm3knative-prow-robot
authored andcommitted
Clean up formatting on with-any-k8s steps (#475)
* Clean up formatting on with-any-k8s steps * add missing line break
1 parent dbdf3c9 commit b096963

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

install/Knative-with-any-k8s.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ Containers.
2727
kubectl label namespace default istio-injection=enabled
2828
```
2929
1. Monitor the Istio components until all of the components show a `STATUS` of
30-
`Running` or `Completed`: `bash kubectl get pods --namespace istio-system`
30+
`Running` or `Completed`:
31+
```bash
32+
kubectl get pods --namespace istio-system
33+
```
3134

3235
It will take a few minutes for all the components to be up and running; you can
3336
rerun the command to see the current status.

0 commit comments

Comments
 (0)