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
Since I updated the controller to version 0.0.10, I've noticed an anomalous behavior. Every time the controller iterates, new duplicate records are added to the ingress list within the loadBalancer field of the status. This behavior is leading to a continuous accumulation of duplicates, compromising the integrity and usefulness of the status.
I think I may have introduced this recently 😬 hopefully #89 should resolve it! The implementation I went with will only prevent future duplicates, I have an open question on whether its worthwhile to check and remove duplicates.
Since I updated the controller to version 0.0.10, I've noticed an anomalous behavior. Every time the controller iterates, new duplicate records are added to the ingress list within the loadBalancer field of the status. This behavior is leading to a continuous accumulation of duplicates, compromising the integrity and usefulness of the status.
Example of the issue:
The text was updated successfully, but these errors were encountered: