Skip to content

Adds support for node tolerations

Adds support for node tolerations as per the flags allowed for the kubernetes executor

node_tolerations: A table of "key=value" = "Effect" pairs in the format of string=string:string. Setting this allows pods to schedule to nodes with all or a subset of tolerated taints. Only one toleration can be supplied through environment variable configuration. The key, value, and effect match with the corresponding field names in kubernetes pod toleration configuration.

From: https://docs.gitlab.com/runner/executors/kubernetes.html

Edited by Danny Hawkins

Merge request reports