diff --git a/install/Knative-with-Gardener.md b/install/Knative-with-Gardener.md index 12edef2e5..0ee433356 100644 --- a/install/Knative-with-Gardener.md +++ b/install/Knative-with-Gardener.md @@ -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.