docs: Update telepresence command in the debugging-remote-environment.md (#24949)

Signed-off-by: Yu-Lang Chu <yulang.chu@gmail.com>
This commit is contained in:
Julian-Chu
2025-10-16 13:21:03 +02:00
committed by GitHub
parent b7b4ab938a
commit 576c0c2887

View File

@@ -21,7 +21,7 @@ curl -sSfL https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/i
Connect to one of the services, for example, to debug the main ArgoCD server run:
```shell
kubectl config set-context --current --namespace argocd
telepresence helm install --set agent.securityContext={} # Installs telepresence into your cluster
telepresence helm install --set-json agent.securityContext={} # Installs telepresence into your cluster
telepresence connect # Starts the connection to your cluster (bound to the current namespace)
telepresence intercept argocd-server --port 8080:http --env-file .envrc.remote # Starts the interception
```
@@ -37,7 +37,7 @@ telepresence status
Stop the intercept using:
```shell
telepresence leave argocd-server-argocd
telepresence leave argocd-server
```
And uninstall telepresence from your cluster: