Skip to content

Toleration Format to add under Process for k8's executor #4269

Answered by bentsherman
Booabi asked this question in Q&A
Discussion options

You must be logged in to vote

Here is a more comprehensive example with multiple toerlations:

pod = [
    [toleration: [key: 'key1', operator: 'Equal', value: 'value1', effect: 'NoSchedule']],
    [toleration: [key: 'key1', operator: 'Exists', effect: 'NoSchedule']],
]

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Booabi
Comment options

@pditommaso
Comment options

@bentsherman
Comment options

@bentsherman
Comment options

Answer selected by Booabi
@Booabi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants