Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Jul 17, 2024
1 parent 1d287dc commit d19b70a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/beam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <PROVIDER_KUBECTL_ENDPOINT>

cloudflaredSidecars:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d19b70a

Please sign in to comment.