From be12705ba67ede91913f508942db4435c56d2806 Mon Sep 17 00:00:00 2001 From: mattmcclure-dw <73489204+mattmcclure-dw@users.noreply.github.com> Date: Thu, 18 Feb 2021 17:06:43 -0500 Subject: [PATCH 1/2] (from getambassador.io) initial --- howtos/intercepts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/howtos/intercepts.md b/howtos/intercepts.md index 5f85ff7ed3..7e8b1a6f6d 100644 --- a/howtos/intercepts.md +++ b/howtos/intercepts.md @@ -14,7 +14,7 @@ Preview URLs are all managed through Ambassador Cloud. You must run `telepresen While preview URLs selectively proxy traffic to your laptop, you can also run an [intercept without creating a preview URL](#creating-an-intercept-without-a-preview-url), which will proxy all traffic to the service. -For a detailed walk though on creating intercepts, follow the [Telepresence tutorial](../../tutorial/). +For a detailed walk though on creating intercepts, follow the Telepresence tutorial. ## Creating an Intercept @@ -22,7 +22,7 @@ The following quick overview on creating an intercept assumes you have a deploym 1. In your terminal run `telepresence login`. This logs you into the Ambassador Cloud, which will track your intercepts and let you share them with colleagues. - If you are logged in and close the dashboard browser tab, you can quickly reopen it by running `telepresence dashboard` + If you are logged in and close the dashboard browser tab, quickly reopen it by running telepresence dashboard. 2. Return to your terminal and run `telepresence list`. This will connect to your cluster, install the [Traffic Manager](../../reference/) to proxy the traffic, and return a list of services that Telepresence is able to intercept. From cb22c8218983ec4e05c4e39cf563a78030278516 Mon Sep 17 00:00:00 2001 From: mattmcclure-dw <73489204+mattmcclure-dw@users.noreply.github.com> Date: Thu, 18 Feb 2021 17:11:56 -0500 Subject: [PATCH 2/2] (from getambassador.io) edit --- howtos/intercepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howtos/intercepts.md b/howtos/intercepts.md index 7e8b1a6f6d..cbfba0da1c 100644 --- a/howtos/intercepts.md +++ b/howtos/intercepts.md @@ -22,7 +22,7 @@ The following quick overview on creating an intercept assumes you have a deploym 1. In your terminal run `telepresence login`. This logs you into the Ambassador Cloud, which will track your intercepts and let you share them with colleagues. - If you are logged in and close the dashboard browser tab, quickly reopen it by running telepresence dashboard. + If you are logged in and close the dashboard browser tab, you can quickly reopen it by running telepresence dashboard. 2. Return to your terminal and run `telepresence list`. This will connect to your cluster, install the [Traffic Manager](../../reference/) to proxy the traffic, and return a list of services that Telepresence is able to intercept.