Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Support tolerations #1211

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

thomasschoeftner
Copy link
Contributor

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 #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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants