We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdf3c9 commit b096963Copy full SHA for b096963
install/Knative-with-any-k8s.md
@@ -27,7 +27,10 @@ Containers.
27
kubectl label namespace default istio-injection=enabled
28
```
29
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`
+ `Running` or `Completed`:
31
+ ```bash
32
+ kubectl get pods --namespace istio-system
33
+ ```
34
35
It will take a few minutes for all the components to be up and running; you can
36
rerun the command to see the current status.
0 commit comments