mirror of https://github.com/knative/docs.git
fix wrong identation (#1820)
This commit is contained in:
parent
497c78d760
commit
27f40573ad
|
@ -219,25 +219,25 @@ kubectl get VirtualService entry-route --output yaml
|
||||||
--output jsonpath="{.status.loadBalancer.ingress[*]['ip']}"`
|
--output jsonpath="{.status.loadBalancer.ingress[*]['ip']}"`
|
||||||
```
|
```
|
||||||
|
|
||||||
* Send a request to the Search service:
|
* Send a request to the Search service:
|
||||||
```shell
|
```shell
|
||||||
curl http://${GATEWAY_IP}/search --header "Host: example.com"
|
curl http://${GATEWAY_IP}/search --header "Host: example.com"
|
||||||
```
|
```
|
||||||
or
|
or
|
||||||
```shell
|
```shell
|
||||||
curl http://${GATEWAY_IP}/search --header "Host: <YOUR_DOMAIN_NAME>"
|
curl http://${GATEWAY_IP}/search --header "Host: <YOUR_DOMAIN_NAME>"
|
||||||
```
|
```
|
||||||
for the case using your own domain.
|
for the case using your own domain.
|
||||||
|
|
||||||
* Send a request to the Login service:
|
* Send a request to the Login service:
|
||||||
```shell
|
```shell
|
||||||
curl http://${GATEWAY_IP}/login --header "Host: example.com"
|
curl http://${GATEWAY_IP}/login --header "Host: example.com"
|
||||||
```
|
```
|
||||||
or
|
or
|
||||||
```shell
|
```shell
|
||||||
curl http://${GATEWAY_IP}/login --header "Host: <YOUR_DOMAIN_NAME>"
|
curl http://${GATEWAY_IP}/login --header "Host: <YOUR_DOMAIN_NAME>"
|
||||||
```
|
```
|
||||||
for the case using your own domain.
|
for the case using your own domain.
|
||||||
|
|
||||||
## How It Works
|
## How It Works
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue