Skip to content

Commit

Permalink
(from getambassador.io) initial
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmcclure-dw committed Apr 22, 2021
1 parent 3e14efe commit 7adba20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quick-start/demo-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,6 @@ Next, we’ll create an intercept. An intercept is a rule that tells Telepresenc
With Telepresence, these changes happen instantly.
</Alert>

## <img class="os-logo" src="../../../../images/logo.png"/> What's Next?
## <img class="os-logo" src="../../images/logo.png"/> What's Next?

<QSCards/>
2 changes: 1 addition & 1 deletion reference/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ A list of all CLI commands and flags is available by running `telepresence help`
| `status` | Shows the current connectivity status |
| `quit` | Quits the local daemon, stopping all intercepts and outbound traffic to the cluster|
| `list` | Lists the current active intercepts |
| `intercept` | Intercepts a service, run followed by the service name to be intercepted and what port to proxy to your laptop: `telepresence intercept <service name> --port <TCP port>`. This command can also start a process so you can run a local instance of the service you are intercepting. For example the following will intercept the hello service on port 8000 and start a Python web server: `telepresence intercept hello --port 8000 -- python3 -m http.server 8000`. A special flag `--docker-run` can be used to run the local instance [in a docker container](docker-run). |
| `intercept` | Intercepts a service, run followed by the service name to be intercepted and what port to proxy to your laptop: `telepresence intercept <service name> --port <TCP port>`. This command can also start a process so you can run a local instance of the service you are intercepting. For example the following will intercept the hello service on port 8000 and start a Python web server: `telepresence intercept hello --port 8000 -- python3 -m http.server 8000`. A special flag `--docker-run` can be used to run the local instance [in a docker container](../docker-run). |
| `leave` | Stops an active intercept: `telepresence leave hello` |
| `uninstall` | Uninstalls Telepresence from your cluster, using the `--agent` flag to target the Traffic Agent for a specific workload, the `--all-agents` flag to remove all Traffic Agents from all workloads, or the `--everything` flag to remove all Traffic Agents and the Traffic Manager.

0 comments on commit 7adba20

Please sign in to comment.