|
|
@ -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.
|
|
|
|
Configure RBAC to allow the Tailscale pod to read/write the `tailscale` secret.
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
export SA_NAME=tailscale
|
|
|
|
export SA_NAME=tailscale
|
|
|
|
export KUBE_SECRET=tailscale
|
|
|
|
export KUBE_SECRET=tailscale-auth
|
|
|
|
make rbac
|
|
|
|
make rbac
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
@ -107,4 +107,4 @@ Running a Tailscale proxy allows you to provide inbound connectivity to a Kubern
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
curl "http://$(tailscale ip -4 proxy)"
|
|
|
|
curl "http://$(tailscale ip -4 proxy)"
|
|
|
|
```
|
|
|
|
```
|
|
|
|