Following @roytman request in this pr tolerations for ray pods (and kfp pods) can be applied for KFP v1 when exporting the following env var before compiling the pipeline; however, for KFPv2 its is not supported yet.
In addition, for both KFP v1 and v2 the tolerations for ray pods can be specified in the pipeline params: ray_head_options and ray_worker_options.
for example:
Search before asking
Component
KFP workflows
Feature
Related to #620 and PRs https://github.com/IBM/data-prep-kit/pull/643 and https://github.com/IBM/data-prep-kit/pull/627
Following @roytman request in this pr tolerations for ray pods (and kfp pods) can be applied for KFP v1 when exporting the following env var before compiling the pipeline; however, for KFPv2 its is not supported yet.
In addition, for both KFP v1 and v2 the tolerations for ray pods can be specified in the pipeline params: ray_head_options and ray_worker_options. for example:
Are you willing to submit a PR?