From f1279aabf7e9e58fbc73b55b8b09bde04b99a994 Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 25 Feb 2019 21:36:50 +0100 Subject: [PATCH] knative with gardener: fix markdown syntax (#931) --- install/Knative-with-Gardener.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.