flux-framework / flux-operator

Deploy a Flux MiniCluster to Kubernetes with the operator
https://flux-framework.org/flux-operator/
MIT License
31 stars 8 forks source link

consider using pod affinity to ensure pods are 1:1 to nodes #200

Closed vsoch closed 1 year ago

vsoch commented 1 year ago

See https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#more-practical-use-cases - the redis cache example that uses the hostname.

vsoch commented 1 year ago

Closed with #202 thank you @aojea ! :raised_hands: