gravitational / planet

Installable Kubernetes delivered in containers
Apache License 2.0
51 stars 18 forks source link

[7.0.x] Serf cluster reconciler #760

Closed bernardjkim closed 4 years ago

bernardjkim commented 4 years ago

Description

This PR adds a serf cluster reconcile loop to planet. This loop periodically reconciles the serf cluster in case a serf member is ever partitioned off the cluster. The implementation relies on the kubernetes api to determine if the serf cluster is missing any members.

Linked tickets and other PRs