Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
) Policies that are named the same as worker nodes are getting periodically re-reconciled. It seems that the For(&corev1.Node{}) creates a watch of it's own that overrides the builder.WithPredicates(onLabelsUpdatedForThisNode) defined in the subsequent Watches(...) statement. This commit creates the controller manually without using controller-runtime builder. Signed-off-by: Radim Hrazdil <[email protected]>
- Loading branch information