What should I add to a k8’s pod file (apiVersion: 1
), so that I can use tailscale from inside the container. (No side car).
Would a simple hostNetwork: true
be sufficient?
What should I add to a k8’s pod file (apiVersion: 1
), so that I can use tailscale from inside the container. (No side car).
Would a simple hostNetwork: true
be sufficient?