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

feature: suspendWorker boolean or retry count #214

Closed vsoch closed 9 months ago

vsoch commented 9 months ago

We should have either a boolean or count for the user to decide how many times to retry worker pods. The use case is adding a new minSize that allows the minicluster to start with fewer workers. If the other workers eventually come up (and after the job is done) the pods might persist (and not complete) as they are retrying. We would want to avoid that.

vsoch commented 9 months ago

This is also done.