mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 19:28:16 +00:00
Re-GET the service object when we process it rather than trusting the delta. This will make for a lot more service get requests given that we resync all the services every 5 minutes, but will avoid re-ordering of updates and continually retrying stale updates, as has been described in a few other issues and PRs.