From 61ec4284342da55630fb745e01deb872df9be9d4 Mon Sep 17 00:00:00 2001 From: Kevv Date: Fri, 17 Sep 2021 13:47:00 -0400 Subject: [PATCH] Extended opaque section --- quick-start/quick-start-go.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/quick-start/quick-start-go.md b/quick-start/quick-start-go.md index 8e9f6b9d4f..8232fbd6ab 100644 --- a/quick-start/quick-start-go.md +++ b/quick-start/quick-start-go.md @@ -45,8 +45,6 @@ Telepresence connects your local workstation with a remote Kubernetes cluster. I ## 2. Try the Emojivoto application - - The remote cluster is running the Emojivoto application, which consists of four services. Test out the application: 1. Go to the emoji-web-app and vote for some emojis. @@ -120,6 +118,12 @@ Preview URLs allows you to safely share your development environment. With this +3. If you access the emoji-web-app application on your remote cluster and vote for the 🍩 emoji, you'll see the bug is still present. + +4. Vote for the 🍩 emoji using the Preview URL obtained in the previous step, and you will see that the bug is fixed, since traffic is being routed to the fixed version running locally. + + + ## What's Next?