tailscale/cmd/k8s-operator
Maisem Ali 1294b89792 cmd/k8s-operator: allow setting same host value for tls and ingress rules
We were too strict and required the user not specify the host field at all
in the ingress rules, but that degrades compatibility with existing helm charts.

Relax the constraint so that rule.Host can either be empty, or match the tls.Host[0]
value exactly.

Fixes #9548

Signed-off-by: Maisem Ali <maisem@tailscale.com>
2023-10-12 06:40:52 -07:00
..
manifests cmd/k8s-operator: update env var in manifest to APISERVER_PROXY 2023-10-11 21:55:46 -07:00
ingress.go cmd/k8s-operator: allow setting same host value for tls and ingress rules 2023-10-12 06:40:52 -07:00
operator_test.go cmd/k8s-operator: fix egress service name (#9494) 2023-09-20 20:58:28 +01:00
operator.go cmd/k8s-operator: fix reconcile filters (#9533) 2023-09-26 06:09:35 +01:00
proxy_test.go tailcfg: add RawMessage 2023-09-18 12:00:34 -07:00
proxy.go cmd/k8s-operator: add APISERVER_PROXY env 2023-09-15 09:18:18 -05:00
sts.go cmd/k8s-operator: rename egress annotation 2023-09-20 09:47:30 -07:00
svc.go tstest/deptest: add check that x/exp/{maps,slices} imported as xfoo 2023-10-03 19:40:57 -07:00