Commit Graph

4 Commits

Author SHA1 Message Date
Tom Proctor
85ce16b0d6 Add controller unit tests
Signed-off-by: Tom Proctor <tomhjp@users.noreply.github.com>
2024-10-04 19:32:55 +01:00
Tom Proctor
fa0b70739d Review feedback
* Document that default ProxyClass does not currently apply to CRDs
* Remove stateful filtering

Signed-off-by: Tom Proctor <tomhjp@users.noreply.github.com>
2024-10-04 14:30:40 +01:00
Tom Proctor
aebba51df8 Fix rebase issues
Signed-off-by: Tom Proctor <tomhjp@users.noreply.github.com>
2024-10-04 14:22:38 +01:00
Tom Proctor
64776a0277 cmd/{containerboot,k8s-operator},k8s-operator,kube: add ProxyGroup controller
Implements the controller for the new ProxyGroup CRD, designed for
running proxies in a high availability configuration. Each proxy gets
its own config and state Secret, and its own tailscale node ID.

We are currently mounting all of the config secrets into the container,
but will stop mounting them and instead read them directly from the kube
API once #13578 is implemented.

Updates #13406

Signed-off-by: Tom Proctor <tomhjp@users.noreply.github.com>
2024-10-04 13:31:20 +01:00