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
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Need to add logic to detect failure that cannot be recovered in healthz handler.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Need to at least wait continuously for two reconcile loops of hostinterface (2*vars.UrgentReconcileTime) after detect failure to make sure that it will not be recovered.
healthz period = 20s
Failure condition:
update queue is not processed always same len(h.UpdateRequestQueue)
no item in the queue to process (len(h.UpdateRequestQueue)) but infoAvailable != cidrProcessed.
CIDR is not synced (such as unexpected IPPool)
sunya-ch
changed the title
move RunPeriodicUpdate to healthz check logic
need healthz check logic to detect failure
Jul 7, 2023
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Need to add logic to detect failure that cannot be recovered in healthz handler.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: