Skip to content

Commit

Permalink
(from getambassador.io) Forgot to add one workload kind
Browse files Browse the repository at this point in the history
  • Loading branch information
Donny Yung committed Mar 26, 2021
1 parent f4243b5 commit 1e42e2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reference/intercepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ $ telepresence intercept <deployment name> --port=<TCP port> --preview-url=fals
intercepted
Intercept name: <full name of intercept>
State : ACTIVE
Workload kind : Deployment
Destination : 127.0.0.1:<local TCP port>
Intercepting : HTTP requests that match all of:
header("x-telepresence-intercept-id") ~= regexp("<uuid unique to you>:<full name of intercept>")
Expand Down Expand Up @@ -89,6 +90,7 @@ telepresence intercept <base name of intercept> --port=<local TCP port>:<service
intercepted
Intercept name : <full name of intercept>
State : ACTIVE
Workload kind : Deployment
Destination : 127.0.0.1:<local TCP port>
Service Port Name: <servicePortName>
Intercepting : all TCP connections
Expand Down

0 comments on commit 1e42e2f

Please sign in to comment.