mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
Fix k8s README
Use the correct KUBE_SECRET value
This commit is contained in:
parent
c6d3f622e9
commit
47ace13ac8
@ -27,7 +27,7 @@ There are quite a few ways of running Tailscale inside a Kubernetes Cluster, som
|
||||
Configure RBAC to allow the Tailscale pod to read/write the `tailscale` secret.
|
||||
```bash
|
||||
export SA_NAME=tailscale
|
||||
export KUBE_SECRET=tailscale
|
||||
export KUBE_SECRET=tailscale-auth
|
||||
make rbac
|
||||
```
|
||||
|
||||
@ -107,4 +107,4 @@ Running a Tailscale proxy allows you to provide inbound connectivity to a Kubern
|
||||
|
||||
```bash
|
||||
curl "http://$(tailscale ip -4 proxy)"
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user