From 26ad5d3b8fced85155703b9b13cd27c34aefdf02 Mon Sep 17 00:00:00 2001 From: Matt Anderson Date: Wed, 24 Oct 2018 16:13:09 -0400 Subject: [PATCH 1/2] Clean up formatting on with-any-k8s steps --- install/Knative-with-any-k8s.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/Knative-with-any-k8s.md b/install/Knative-with-any-k8s.md index c2ac77155bf..42db10dba8f 100644 --- a/install/Knative-with-any-k8s.md +++ b/install/Knative-with-any-k8s.md @@ -27,7 +27,9 @@ Containers. kubectl label namespace default istio-injection=enabled ``` 1. 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. From 4e74e8f910effc158760fe9b835efc0b3237381b Mon Sep 17 00:00:00 2001 From: RichieEscarez Date: Wed, 24 Oct 2018 14:19:30 -0700 Subject: [PATCH 2/2] add missing line break --- install/Knative-with-any-k8s.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/Knative-with-any-k8s.md b/install/Knative-with-any-k8s.md index 42db10dba8f..82f442cb3e1 100644 --- a/install/Knative-with-any-k8s.md +++ b/install/Knative-with-any-k8s.md @@ -28,7 +28,8 @@ Containers. ``` 1. Monitor the Istio components until all of the components show a `STATUS` of `Running` or `Completed`: - ```bash kubectl get pods --namespace istio-system + ```bash + kubectl get pods --namespace istio-system ``` It will take a few minutes for all the components to be up and running; you can