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
Irbe Krumina 303125d96d
cmd/k8s-operator: configure all proxies with declarative config (#11238)
Containerboot container created for operator's ingress and egress proxies
are now always configured by passing a configfile to tailscaled
(tailscaled --config <configfile-path>.
It does not run 'tailscale set' or 'tailscale up'.
Upgrading existing setups to this version as well as
downgrading existing setups at this version works.

Updates tailscale/tailscale#10869

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
7 months ago
..
deploy cmd/k8s-operator: configure all proxies with declarative config (#11238) 7 months ago
generate cmd/k8s-operator,k8s-operator: proxy configuration mechanism via a new ProxyClass custom resource (#11074) 8 months ago
connector.go cmd/k8s-operator,k8s-operator: proxy configuration mechanism via a new ProxyClass custom resource (#11074) 8 months ago
connector_test.go cmd/k8s-operator: configure all proxies with declarative config (#11238) 7 months ago
ingress.go cmd/k8s-operator,k8s-operator: proxy configuration mechanism via a new ProxyClass custom resource (#11074) 8 months ago
ingress_test.go cmd/k8s-operator: configure all proxies with declarative config (#11238) 7 months ago
operator.go cmd/k8s-operator,k8s-operator,go.{mod,sum},tstest/tools: add Tailscale Kubernetes operator API docs (#11246) 7 months ago
operator_test.go cmd/k8s-operator: configure all proxies with declarative config (#11238) 7 months ago
proxy.go all: make use of ctxkey everywhere (#10846) 9 months ago
proxy_test.go all: make use of ctxkey everywhere (#10846) 9 months ago
proxyclass.go cmd/k8s-operator,k8s-operator: proxy configuration mechanism via a new ProxyClass custom resource (#11074) 8 months ago
proxyclass_test.go cmd/k8s-operator,k8s-operator: proxy configuration mechanism via a new ProxyClass custom resource (#11074) 8 months ago
sts.go cmd/k8s-operator: configure all proxies with declarative config (#11238) 7 months ago
sts_test.go cmd/k8s-operator: configure all proxies with declarative config (#11238) 7 months ago
svc.go cmd/k8s-operator,k8s-operator: proxy configuration mechanism via a new ProxyClass custom resource (#11074) 8 months ago
testutils_test.go cmd/k8s-operator: configure all proxies with declarative config (#11238) 7 months ago