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/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>
12 months ago
..
manifests cmd/k8s-operator: update env var in manifest to APISERVER_PROXY 12 months ago
ingress.go cmd/k8s-operator: allow setting same host value for tls and ingress rules 12 months ago
operator.go cmd/k8s-operator: fix reconcile filters (#9533) 1 year ago
operator_test.go cmd/k8s-operator: fix egress service name (#9494) 1 year ago
proxy.go
proxy_test.go tailcfg: add RawMessage 1 year ago
sts.go cmd/k8s-operator: rename egress annotation 1 year ago
svc.go tstest/deptest: add check that x/exp/{maps,slices} imported as xfoo 12 months ago