From d19b70a0306d483fc0e53150f0853ef2cfaf931c Mon Sep 17 00:00:00 2001 From: Kevin Franklin Kim Date: Wed, 17 Jul 2024 14:14:27 +0200 Subject: [PATCH] docs: update README --- charts/beam/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/beam/README.md b/charts/beam/README.md index 1bd053d..d724379 100644 --- a/charts/beam/README.md +++ b/charts/beam/README.md @@ -54,7 +54,7 @@ cloudflared: cloudflaredSplitter: enabled: true beams: - # lets you issue pinniped get kubeconfig with validation + # lets you issue pinniped get kubeconfig with validation kubectl: cloudflaredSidecars: @@ -93,13 +93,13 @@ $ cloudflared access tcp --hostname beam.your-domain.com --url 127.0.0.1:1234 - Retrieve a kubeconfig using the original kubeconfig, through the tunnel: ```shell -$ HTTPS_PROXY=socks5://127.0.0.1:1234 pinniped get kubeconfig --kubeconfig "path/to/provider/kubeconfig.yaml" > beam-kubeconfig.yaml +HTTPS_PROXY=socks5://127.0.0.1:1234 pinniped get kubeconfig --kubeconfig "path/to/provider/kubeconfig.yaml" > beam-kubeconfig.yaml ``` - Connect to the cluster: ```shell -$ HTTPS_PROXY=socks5://127.0.0.1:1234 kubectl get namespaces --kubeconfig "beam-kubeconfig.yaml" +HTTPS_PROXY=socks5://127.0.0.1:1234 kubectl get namespaces --kubeconfig "beam-kubeconfig.yaml" ``` ## Requirements