You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/cmd
Maisem Ali c8dea67cbf cmd/k8s-operator: add support for Ingress resources
Previously, the operator would only monitor Services and create
a Tailscale StatefulSet which acted as a L3 proxy which proxied
traffic inbound to the Tailscale IP onto the services ClusterIP.

This extends that functionality to also monitor Ingress resources
where the `ingressClassName=tailscale` and similarly creates a
Tailscale StatefulSet, acting as a L7 proxy instead.

Users can override the desired hostname by setting:

```
- tls
  hosts:
  - "foo"
```

Hostnames specified under `rules` are ignored as we only create a single
host. This is emitted as an event for users to see.

Fixes #7895

Signed-off-by: Maisem Ali <maisem@tailscale.com>
2 years ago
..
addlicense
cloner cmd/cloner: use maps.Clone and ptr.To 2 years ago
containerboot cmd/containerboot: add support for setting ServeConfig 2 years ago
derper util/winutil: add RegisterForRestart, allowing programs to indicate their preferences to the Windows restart manager 2 years ago
derpprobe
dist cmd/dist,release/dist: add distsign signing hooks (#9070) 2 years ago
get-authkey all: use cmpx.Or where it made sense 3 years ago
gitops-pusher cmd/gitops-pusher: re-use existing types from acl package 2 years ago
hello
k8s-operator cmd/k8s-operator: add support for Ingress resources 2 years ago
mkmanifest
mkpkg go.mod: upgrade nfpm to v2 (#8786) 2 years ago
mkversion
nardump
netlogfmt all: use Go 1.21 slices, maps instead of x/exp/{slices,maps} 2 years ago
nginx-auth
pgproxy
printdep
proxy-to-grafana
sniproxy cmd/sniproxy: add port forwarding and prometheus metrics 2 years ago
speedtest
ssh-auth-none-demo all: replace deprecated ioutil references 2 years ago
stunc
sync-containers all: adjust some build tags for plan9 2 years ago
tailscale client/web: add self node cache 2 years ago
tailscaled all: adjust some build tags for plan9 2 years ago
testcontrol
testwrapper cmd/testwrapper: fix off-by-one error in maxAttempts check 2 years ago
tsconnect all: adjust some build tags for plan9 2 years ago
tsshd
viewer types/views,cmd/viewer: add ByteSlice[T] to replace mem.RO 2 years ago