From df2e553674e0de69536b88c019e2d506674e63fc Mon Sep 17 00:00:00 2001 From: graehren Date: Wed, 5 Jul 2023 09:18:17 -0700 Subject: [PATCH] Fix syntax issue in getting started doc --- docs/getstarted.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/getstarted.md b/docs/getstarted.md index b4425bbe..9b95f145 100644 --- a/docs/getstarted.md +++ b/docs/getstarted.md @@ -108,8 +108,8 @@ This example creates a single cluster in a single VPC, then configures two route ```bash - ratesdns=$(kubectl get httproute rates -o json | jq -r .status.parents[].conditions[].message) - inventorydns=$(kubectl get httproute inventory -o json | jq -r .status.parents[].conditions[].message) + ratesdns=$(kubectl get httproute rates -o json | jq -r '.status.parents[].conditions[0].message') + inventorydns=$(kubectl get httproute inventory -o json | jq -r '.status.parents[].conditions[0].message') ``` remove preceding extra text: @@ -128,6 +128,10 @@ confirm that the URLs are stored correctly: echo $ratesFQDN $inventoryFQDN ``` +``` +rates-default-034e0056410499722.7d67968.vpc-lattice-svcs.us-west-2.on.aws inventory-default-0c54a5e5a426f92c2.7d67968.vpc-lattice-svcs.us-west-2.on.aws +``` + **Check service connectivity** 1. Check Service-Inventory Pod access for Service-Rates/parking or Service-Rates/review by executing into the pod, then curling each service.