WIP: update

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
This commit is contained in:
Irbe Krumina 2024-12-27 16:00:29 +00:00
parent ee36ec8145
commit d181276c9d
2 changed files with 9 additions and 5 deletions

View File

@ -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)

View File

@ -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