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
These HCs are poisonous and can prevent cluster formation. Need to be relaxed.
Liveness
AkkaClusterLivenessProbe - Liveness probe for clustering.
Reports healthy when:
The ActorSystem joined a cluster.
The ActorSystem is connected to a cluster
Reports unhealthy when:
The ActorSystem just started and has not joined a cluster.
The ActorSystem left the cluster.
Rewrite to
ClusterLivenessProbeProvider - Liveness probe for clustering.
Reports healthy when:
Reports unhealthy when:
The ActorSystem leaving the cluster.
Readiness
AkkaClusterReadinessProbe - Readiness probe for clustering.
Reports healthy when:
The ActorSystem joined a cluster.
The ActorSystem is connected to a cluster
Reports unhealthy when:
The ActorSystem just started has not joined a cluster.
All other nodes in the cluster is unreachable.
Rewrite to:
ClusterReadinessProbeProvider - Liveness probe for clustering.
Reports healthy when:
Reports unhealthy when:
All other nodes in the cluster is unreachable.
The text was updated successfully, but these errors were encountered:
These HCs are poisonous and can prevent cluster formation. Need to be relaxed.
Liveness
Rewrite to
Readiness
Rewrite to:
The text was updated successfully, but these errors were encountered: