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 335a5aaf9a cmd/k8s-operator: add APISERVER_PROXY env
The kube-apiserver proxy in the operator would only run in
auth proxy mode but thats not always desirable. There are
situations where the proxy should just be a transparent
proxy and not inject auth headers, so do that using a new
env var APISERVER_PROXY and deprecate the AUTH_PROXY env.

THe new env var has three options `false`, `true` and `noauth`.

Updates #8317

Signed-off-by: Maisem Ali <maisem@tailscale.com>
9 months ago
..
manifests cmd/k8s-operator: update RBAC to allow creating events 10 months ago
ingress.go cmd/k8s-operator: emit event if HTTPS is disabled on Tailnet 10 months ago
operator.go cmd/k8s-operator: add APISERVER_PROXY env 9 months ago
operator_test.go cmd/k8s-operator,cmd/containerboot: add kube egress proxy (#9031) 10 months ago
proxy.go cmd/k8s-operator: add APISERVER_PROXY env 9 months ago
proxy_test.go all: adjust some build tags for plan9 10 months ago
sts.go cmd/k8s-operator: emit event if HTTPS is disabled on Tailnet 10 months ago
svc.go cmd/k8s-operator: add metrics to track usage 10 months ago