mirror of https://github.com/knative/docs.git
Fix markdown (#1395)
* Fix markdown * Fix all indentations in numbered lists * add additional "space" indentation for #1202
This commit is contained in:
parent
eaa9bbf59b
commit
65adb947ae
|
@ -7,10 +7,8 @@ cluster. You can also download a working copy of the sample, by running the
|
||||||
following commands:
|
following commands:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
||||||
git clone -b "release-0.6" https://github.com/knative/docs knative-docs cd
|
git clone -b "release-0.6" https://github.com/knative/docs knative-docs cd
|
||||||
knative-docs/serving/samples/hello-world/helloworld-java-spring
|
knative-docs/serving/samples/hello-world/helloworld-java-spring
|
||||||
|
|
||||||
````
|
````
|
||||||
|
|
||||||
## Before you begin
|
## 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>
|
export IP_ADDRESS=<EXTERNAL-IP column from the command above>
|
||||||
|
|
||||||
# Or just execute:
|
# Or just execute:
|
||||||
|
|
||||||
export IP_ADDRESS=$(kubectl get svc $INGRESSGATEWAY \
|
export IP_ADDRESS=$(kubectl get svc $INGRESSGATEWAY \
|
||||||
--namespace istio-system \
|
--namespace istio-system \
|
||||||
--output jsonpath="{.status.loadBalancer.ingress[*].ip}")
|
--output jsonpath="{.status.loadBalancer.ingress[*].ip}")
|
||||||
|
|
Loading…
Reference in New Issue