docs/k8s: don't run subnet router in userspace mode (#11363)
There should not be a need to do that unless we run on host network Signed-off-by: Irbe Krumina <irbe@tailscale.com>
This commit is contained in:
parent
9884d06b80
commit
3047b6274c
|
@ -17,7 +17,9 @@ spec:
|
||||||
- name: TS_KUBE_SECRET
|
- name: TS_KUBE_SECRET
|
||||||
value: "{{TS_KUBE_SECRET}}"
|
value: "{{TS_KUBE_SECRET}}"
|
||||||
- name: TS_USERSPACE
|
- name: TS_USERSPACE
|
||||||
value: "true"
|
value: "false"
|
||||||
|
- name: TS_DEBUG_FIREWALL_MODE
|
||||||
|
value: auto
|
||||||
- name: TS_AUTHKEY
|
- name: TS_AUTHKEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
Loading…
Reference in New Issue