cloudflow icon indicating copy to clipboard operation
cloudflow copied to clipboard

Support tolerations

Open thomasschoeftner opened this issue 3 years ago • 1 comments

What changes were proposed in this pull request?

This PR adds the capability to define tolerations to cloudflow pods.

Why are the changes needed?

This change adds the bare minimum functionality to allow isolating workloads on specific K8S nodes/node pools. Ideally, this would be combined with affinities, but these are much more elaborate to configure. When putting different taints on every K8S node pool, tolerations alone are sufficient to assign Pods to a specific node pool.

This change was also recently requested in https://github.com/lightbend/cloudflow/issues/1207

Does this PR introduce any user-facing change?

More config options are available (documented in adoc file)

How was this patch tested?

Extra unit tests were added for

  • CloudflowConfig
  • AkkaRunner

thomasschoeftner avatar Jul 02 '22 00:07 thomasschoeftner

At least one commit author ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) is not linked to a user. See https://help.github.com/en/articles/why-are-my-commits-linked-to-the-wrong-user#commits-are-not-linked-to-any-user

lightbend-cla-validator avatar Nov 22 '22 16:11 lightbend-cla-validator