mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-16 03:31:39 +00:00
WIP: update
Signed-off-by: Irbe Krumina <irbe@tailscale.com>
This commit is contained in:
parent
ee36ec8145
commit
d181276c9d
@ -45,4 +45,10 @@ Also:
|
||||
|
||||
## 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"
|
||||
- name: TS_EGRESS_RANGE
|
||||
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
|
||||
name: tailscale
|
||||
securityContext:
|
||||
capabilities:
|
||||
add:
|
||||
- NET_ADMIN
|
||||
privileged: true
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: Role
|
||||
|
Loading…
x
Reference in New Issue
Block a user