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
A notify script is being called by the galera library each time it
transitions into another state (e.g. Connected -> Synced).
The notify script uses a token generated by k8s to communicate with
the API server and update the current endpoint for the galera service.
When a galera resource is deleted, the token becomes invalid, so
when the notify script is called, it cannot connect to the API server
anymore. This is not needed as the resource is being deleted anyway,
so handle that case to avoid logging unecessary errors.
0 commit comments