tailscale/cmd/k8s-operator
David Anderson 8ccd707218 cmd/k8s-operator: remove times requeues in proxy deletion path.
Our reconcile loop gets triggered again when the StatefulSet object
finally disappears (in addition to when its deletion starts, as indicated
by DeletionTimestamp != 0). So, we don't need to queue additional
reconciliations to proceed with the remainder of the cleanup, that
happens organically.

Signed-off-by: David Anderson <danderson@tailscale.com>
2022-12-13 13:49:35 -08:00
..
manifests cmd/k8s-operator: add a kubernetes operator. 2022-12-12 13:20:02 -08:00
operator_test.go cmd/k8s-operator: remove times requeues in proxy deletion path. 2022-12-13 13:49:35 -08:00
operator.go cmd/k8s-operator: remove times requeues in proxy deletion path. 2022-12-13 13:49:35 -08:00