test: CI copy of #6658 (helm podScheduling config) — do not merge#6665
Closed
theosanderson wants to merge 4 commits into
Closed
test: CI copy of #6658 (helm podScheduling config) — do not merge#6665theosanderson wants to merge 4 commits into
theosanderson wants to merge 4 commits into
Conversation
… tolerations, and affinity
…ed under general podScheduling key including podPriorityValue
…plates & fixed the yaml indentation in the `_pod-scheduling.tpl` file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Same-repo copy of #6658 (
florianzwagemaker:k8s_nodepoolselector), opened to run CI / preview environments that don't trigger on fork PRs.Do not merge — testing only. All credit and review belong on the original PR #6658.
Original description (#6658):
Adds the
podSchedulingroot-level configuration property in the helm chart with three new child properties for Kubernetes pod scheduling control:nodeSelector(object): maps the Loculus pod deployment directly to a Kubernetes node with a defined label for placementtolerations(array): allows pods to bypass specific node taintsaffinity(object): fine-grained affinity rules (nodeAffinity / podAffinity) and conditional schedulingAlso moves the
podPriorityValuekey from a root property to be grouped underpodScheduling.🚀 Preview: Add
previewlabel to enable