Skip to content

Commit

Permalink
Fix typo in tasks/debug-application-cluster/local-debugging.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9211 committed Aug 21, 2022
1 parent fb5f25b commit 3f08d31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You can curl services using the Kubernetes syntax e.g. `curl -ik https://kuberne

When developing an application on Kubernetes, you typically program or debug a single service. The service might require access to other services for testing and debugging. One option is to use the continuous deployment pipeline, but even the fastest deployment pipeline introduces a delay in the program or debug cycle.

Use the `telepresence intercept $SERVICE_NAME --port $LOCAL_PORT:REMOTE_PORT` command to create an "intercept" for rerouting remote service traffic.
Use the `telepresence intercept $SERVICE_NAME --port $LOCAL_PORT:$REMOTE_PORT` command to create an "intercept" for rerouting remote service traffic.

Where:

Expand Down

0 comments on commit 3f08d31

Please sign in to comment.