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
David Anderson 835a73cc1f cmd/k8s-operator: remove unnecessary timed requeue.
Previously, we had to do blind timed requeues while waiting for
the tailscale hostname, because we looked up the hostname through
the API. But now the proxy container image writes back its hostname
to the k8s secret, so we get an event-triggered reconcile automatically
when the time is right.

Updates #502

Signed-off-by: David Anderson <danderson@tailscale.com>
3 years ago
..
manifests cmd/k8s-operator: add a kubernetes operator. 3 years ago
operator.go cmd/k8s-operator: remove unnecessary timed requeue. 3 years ago
operator_test.go cmd/k8s-operator: remove unnecessary timed requeue. 3 years ago