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 20, 2021
1 parent 700ca5a commit b0d2c0a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions howtos/preview-urls.md
Expand Up @@ -25,9 +25,12 @@ Need a sample app to try with preview URLs? Check out the <a href="../../quick-
## Creating a Preview URL

1. List the services that you can intercept with `telepresence list` and make sure the one you want is listed.
If it isn't:
* Only Deployments with labels matching a Service are listed.
* If the service is in a different namespace specify the name space with the `--namespace` flag.

If it isn't:

* Only Deployments, ReplicaSets, or StatefulSets are supported, and each of those requires a label matching a Service

* If the service is in a different namespace, specify it with the `--namespace` flag

2. Login to Ambassador Cloud where you can manage and share preview URLs:
`telepresence login`
Expand Down

0 comments on commit b0d2c0a

Please sign in to comment.