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