Skip to content

Commit

Permalink
(from getambassador.io) Merge pull request #440 from datawire/docs/li…
Browse files Browse the repository at this point in the history
…nk_formatting

Fix link formatting
  • Loading branch information
mattmcclure-dw authored Feb 19, 2021
2 parents 69831bf + cb22c82 commit b5fe49b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions howtos/intercepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ 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.

<Alert severity="info">For a detailed walk though on creating intercepts, follow the [Telepresence tutorial](../../tutorial/).</Alert>
<Alert severity="info">For a detailed walk though on creating intercepts, follow the <a href="../../tutorial/">Telepresence tutorial</a>.</Alert>

## Creating an Intercept

The following quick overview on creating an intercept assumes you have a deployment and service accessible publicly by an ingress controller and that you can run a copy of that service on your laptop.

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.

<Alert severity="info"> If you are logged in and close the dashboard browser tab, you can quickly reopen it by running `telepresence dashboard`</Alert>
<Alert severity="info">If you are logged in and close the dashboard browser tab, you can quickly reopen it by running <code>telepresence dashboard</code>.</Alert>

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.

Expand Down

0 comments on commit b5fe49b

Please sign in to comment.