From 4228264a10717c4779f744dbab292eb898d40772 Mon Sep 17 00:00:00 2001 From: Youssef El Houti Date: Thu, 21 Aug 2025 22:23:14 +0200 Subject: [PATCH] docs: update telepresence docs --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc0fa80d2..ff7d0c7ed 100644 --- a/README.md +++ b/README.md @@ -180,9 +180,13 @@ localizer expose jx/hook --stop #### Telepresence You can replace the running version in your cluster with the one running locally using [telepresence](https://www.telepresence.io/). First install the [telepresence cli](https://www.telepresence.io/docs/latest/install/) on your device then [the traffic-manager](https://www.telepresence.io/docs/latest/install/helm/) into your cluster +and connect to the cluster: +```bash +telepresence connect +``` For webhooks, just run: ```bash -telepresence intercept hook --namespace=jx --port 80 --env-file=/tmp/webhooks-env +telepresence intercept lighthouse-webhooks --namespace=jx --port 80 --env-file=/tmp/webhooks-env ``` in another terminal: ```bash