You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #17861 from deads2k/controller-16-wait-3.9
Automatic merge from submit-queue.
run openshift and kube controllers on different leases
In 3.7, we started using secondary leases for the scheduler and the kube controllers. In the 3.9 rebase, we separate informers. This pull completes the leasing and running separation.
@smarterclayton@soltysh
/assign @soltysh
// Overwrite the informers, because we have our custom generic informers.
37
+
// Overwrite the informers, because we have our custom generic informers for quota.
38
+
// TODO update quota to create its own informer like garbage collection or if we split this out, actually add our external types to the kube generic informer
0 commit comments