Fix markdown (#1395)

* Fix markdown

* Fix all indentations in numbered lists

* add additional "space" indentation for #1202
This commit is contained in:
Adriano Cunha 2019-05-30 11:00:36 -07:00 committed by Knative Prow Robot
parent eaa9bbf59b
commit 65adb947ae
1 changed files with 139 additions and 140 deletions

View File

@ -7,10 +7,8 @@ cluster. You can also download a working copy of the sample, by running the
following commands:
```shell
git clone -b "release-0.6" https://github.com/knative/docs knative-docs cd
knative-docs/serving/samples/hello-world/helloworld-java-spring
````
## Before you begin
@ -193,6 +191,7 @@ take sometime for the service to get asssigned an external IP address.
export IP_ADDRESS=<EXTERNAL-IP column from the command above>
# Or just execute:
export IP_ADDRESS=$(kubectl get svc $INGRESSGATEWAY \
--namespace istio-system \
--output jsonpath="{.status.loadBalancer.ingress[*].ip}")