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
* supress conflict errors and retry it in 5 seconds by default
* supress context.Cancelled errors, it either timeout or operator gracefull shutdown
* supress notFound object errors. Most probably it's race condition at kubernetes state and operator cache
* create kubernetes API event with object link in case of reconcile error. It must help investigate operator issue faster
* adds retry.OnConflict for statefulset and deployment updates
#900#901
* adds kubernetes event logging for start and finish of reconcile loop. It must improve observability for operator
* change object status to failed if parsing error occured
#900
It'd be create to have a kubernetes event logging for important to the user events.
Such as:
Create
client method.Delete
client method.The text was updated successfully, but these errors were encountered: