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
#136 introduces the ability to specify the affinity field for the underlying etcd pods.
However, writing affinity rules requires an understanding of how the operator internally adds labels to pods. Given that for high availability the pods should be spread across multiple failure domains (nodes/availability zones), we might want to consider adding a simple API for specifying some topologyKey to spread pods across.
The text was updated successfully, but these errors were encountered:
#136 introduces the ability to specify the affinity field for the underlying etcd pods.
However, writing affinity rules requires an understanding of how the operator internally adds labels to pods. Given that for high availability the pods should be spread across multiple failure domains (nodes/availability zones), we might want to consider adding a simple API for specifying some
topologyKey
to spread pods across.The text was updated successfully, but these errors were encountered: