Skip to content

Commit 2415f99

Browse files
authored
Add review comments to User Guide (#62)
1 parent 468ff02 commit 2415f99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-it-works.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ This example creates a single cluster in a single VPC, then configures two route
179179
</pre>
180180

181181
```bash
182-
kubectl get rates inventory -o yaml
182+
kubectl get httproute rates inventory -o yaml
183183
```
184184

185185
**Check service connectivity**
@@ -201,7 +201,7 @@ This example creates a single cluster in a single VPC, then configures two route
201201
```bash
202202
kubectl exec -ti inventory-ver1-7bb6989d9d-2p2hk sh
203203
```
204-
1. From inside of the inventory pod, use `curl` to connect to the parking service:
204+
1. From inside of the inventory pod, use `curl` to connect to the parking service (using the DNS Name from the previous `kubectl get httproute` command):
205205
```bash
206206
curl rates-00422586e3362607e.7d67968.vpc-service-network-svcs.us-west-2.amazonaws.com/parking
207207
```

0 commit comments

Comments
 (0)