From dad6eba7d3981c8b73f95a4b4d65c82878646d68 Mon Sep 17 00:00:00 2001 From: Nim Jayawardena Date: Thu, 16 Nov 2023 15:25:23 -0500 Subject: [PATCH] docs: Add note in README.md about variations --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2532ecfa73f..a5487415dc5 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,9 @@ If you’re using this demo, please **★Star** this repository to show your int Visit `http://EXTERNAL_IP` in a web browser to access your instance of Online Boutique. -9. Once you are done with it, delete the GKE cluster. +9. Congrats! You've deployed the default Online Boutique. To deploy a different variation of Online Boutique (e.g., with Google Cloud Operations tracing, Istio, etc.), see [Deploy Online Boutique variations with Kustomize](#deploy-online-boutique-variations-with-kustomize). + +10. Once you are done with it, delete the GKE cluster. ```sh gcloud container clusters delete online-boutique \