diff options
| author | David Anderson <danderson@tailscale.com> | 2022-10-21 16:25:11 -0700 |
|---|---|---|
| committer | David Anderson <danderson@tailscale.com> | 2022-10-21 16:40:51 -0700 |
| commit | 124535dd2b26af4b66ffa8fb8cf46cfb49718ff0 (patch) | |
| tree | 1902941620cefda8142bad71b17393ec3f982d83 /Dockerfile.base | |
| parent | 42d9e7171ce291542899cf4575a93a73cc264aad (diff) | |
| download | tailscale-danderson/k8s.tar.xz tailscale-danderson/k8s.zip | |
docs/k8s: record the Tailscale device ID in a k8s annotation.danderson/k8s
When a Tailscale pod comes up with k8s state storage, if it successfully
authenticates it records its device ID in the tailscale.com/device-id annotation
on the state secret.
Signed-off-by: David Anderson <danderson@tailscale.com>
Diffstat (limited to 'Dockerfile.base')
| -rw-r--r-- | Dockerfile.base | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.base b/Dockerfile.base index bf675921c..d8fa29cf2 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -3,4 +3,4 @@ # license that can be found in the LICENSE file. FROM alpine:3.16 -RUN apk add --no-cache ca-certificates iptables iproute2 ip6tables +RUN apk add --no-cache ca-certificates iptables iproute2 ip6tables jq curl |
