We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Externally added finalizers should be retained across reconciliations by the tigera-controller.
Currently, if another controller adds a finalizer to an Operator-created resource, it will get removed on re-reconcile.
This commit beeba82cb fixed this for Kibana resources.
beeba82cb#diff-8a70460893d606f15b2f0b6b4292348d55975719fa6d0a50b32a8e4c148ddf6eR218
We are seeing the same problem, update-battles for some resources that Rancher is adding finalizers to (specifically at least ClusterRoleBindings).
Retain the existing finalizers on the resource (by merging with the existing finalizers).
calico-node
tigera.io/cni-protector
We are seeing elevated levels of updates being applied to CRBs that are watched by Rancher.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Externally added finalizers should be retained across reconciliations by the tigera-controller.
Current Behavior
Currently, if another controller adds a finalizer to an Operator-created resource, it will get removed on re-reconcile.
This commit beeba82cb fixed this for Kibana resources.
beeba82cb#diff-8a70460893d606f15b2f0b6b4292348d55975719fa6d0a50b32a8e4c148ddf6eR218
We are seeing the same problem, update-battles for some resources that Rancher is adding finalizers to (specifically at least ClusterRoleBindings).
Possible Solution
Retain the existing finalizers on the resource (by merging with the existing finalizers).
Steps to Reproduce (for bugs)
calico-node
ClusterRoleBindingtigera.io/cni-protector
will be the only finalizer,Context
We are seeing elevated levels of updates being applied to CRBs that are watched by Rancher.
Your Environment
The text was updated successfully, but these errors were encountered: