From 47ace13ac878931abb4dbb09364c2622db728fe1 Mon Sep 17 00:00:00 2001 From: Felipe Cruz Martinez <15997951+felipecruz91@users.noreply.github.com> Date: Thu, 14 Oct 2021 08:53:31 +0200 Subject: [PATCH] Fix k8s README Use the correct KUBE_SECRET value --- docs/k8s/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/k8s/README.md b/docs/k8s/README.md index 4af300ea2..792c7f0e2 100644 --- a/docs/k8s/README.md +++ b/docs/k8s/README.md @@ -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)" - ``` \ No newline at end of file + ```