Files
tailscale/cmd
David Bond f2c3a67044 cmd/k8s-operator: use correct tailnet client for L7 & L3 ingresses (#18749) (#18938)
* cmd/k8s-operator: use correct tailnet client for L7 & L3 ingresses

This commit fixes a bug when using multi-tailnet within the operator
to spin up L7 & L3 ingresses where the client used to create the
tailscale services was not switching depending on the tailnet used
by the proxygroup backing the service/ingress.

Updates: https://github.com/tailscale/corp/issues/34561



* cmd/k8s-operator: adding server url to proxygroups when a custom tailnet has been specified


(cherry picked from commit 3b21ac5504e713e32dfcd43d9ee21e7e712ac200)

---------




(cherry picked from commit 9522619031)

Signed-off-by: David Bond <davidsbond93@gmail.com>
Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
Co-authored-by: chaosinthecrd <tom@tmlabs.co.uk>
2026-03-10 16:33:13 +00:00
..