mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-20 13:41:41 +00:00
WIP: update
Signed-off-by: Irbe Krumina <irbe@tailscale.com>
This commit is contained in:
parent
ee36ec8145
commit
d181276c9d
@ -46,3 +46,9 @@ Also:
|
|||||||
## Next steps:
|
## Next steps:
|
||||||
|
|
||||||
- try to figure out if the same can be achieved with a smaller number of Tailscale Pods. The problem there is how to set up routing to Pods across hosts
|
- try to figure out if the same can be achieved with a smaller number of Tailscale Pods. The problem there is how to set up routing to Pods across hosts
|
||||||
|
|
||||||
|
## Caveats
|
||||||
|
|
||||||
|
- does not work with Cilium in kube-proxy replacement mode
|
||||||
|
|
||||||
|
- not easily extensible to route to instances behind a subnet router (possibly a routing loop)
|
||||||
|
@ -71,13 +71,11 @@ spec:
|
|||||||
value: "true"
|
value: "true"
|
||||||
- name: TS_EGRESS_RANGE
|
- name: TS_EGRESS_RANGE
|
||||||
value: "100.64.0.0/10"
|
value: "100.64.0.0/10"
|
||||||
image: gcr.io/csi-test-290908/proxy:v0.0.13arp # publicly available image built from this branch
|
image: europe-west2-docker.pkg.dev/tailscale-sandbox/irbe-images/proxy:v0.0.17arp
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: tailscale
|
name: tailscale
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
privileged: true
|
||||||
add:
|
|
||||||
- NET_ADMIN
|
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: Role
|
kind: Role
|
||||||
|
Loading…
x
Reference in New Issue
Block a user