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
i'm on a 3 node CoreOS and i want to listn to cluster events, i think fleet does this allready, doesn't it?
I need to know as fast as possible if one node is down, so that i can switch my ClusterIP's
etcd knows allready when a node is available or not so how can i listn to that events?
I don't want to call /health every few seconds, i think there must be a elegant way.
regards
celevra
The text was updated successfully, but these errors were encountered:
There is no magic way to do that actually. Internally, etcd also does simple health checking between every pairs of nodes. Externally, you have to ping each node to know its status against your local node since connectivity it per node not per cluster.
Hi,
i'm on a 3 node CoreOS and i want to listn to cluster events, i think fleet does this allready, doesn't it?
I need to know as fast as possible if one node is down, so that i can switch my ClusterIP's
etcd knows allready when a node is available or not so how can i listn to that events?
I don't want to call /health every few seconds, i think there must be a elegant way.
regards
celevra
The text was updated successfully, but these errors were encountered: