Affinities and tolerations sidecar override in DAG #642
Unanswered
marekargalas
asked this question in
Questions & Answers
Replies: 1 comment 3 replies
-
|
@marekargalas I think you may be confusing the Here is a brief overview of the difference:
The way to override tolerations (or any other Pod attribute) is different:
If you plan to use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I use
kubernetesPodTemplateinvalues.yamlto setaffinityandtolerationsfor node. With this all DAGs/KubernetesPodOperatoruse this setting for scheduling k8s pods (spinning/base container/sidecar and actual pod for job).However I would like to use different
affinityandtolerationsper DAG - which could be done byV1AffinityandV1Tolerationbut it's not propagated to base container andKubernetesPodOperatoris using two different kubernetes nodes. Any idea how to set it up for base container in the DAGs? I foundinit_containersbut I can adjust sidecar as well.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions