Closed kellibelcher closed 1 year ago
Hi @kellibelcher, thank you for reporting this issue! Would you let me know which version of Kubeflow GCP distribution you are using? The latest release, v1.7.1, uses KFP v2.0.0-alpha.7, which does not support node selector.
Hi @Linchin, ah, that is the version I was using. Do you know if the node selector will be supported in the future?
@kellibelcher, we are working on releasing Kubeflow 1.8 (ETA: end of Sep) which would support node selector.
Okay, great. Thank you @chensun
Hello, I am trying to use the node selector from the kfp-kubernetes API in my Pipeline. However, when I run the Python script below and upload the Pipeline to Kubeflow, the node selector portion, after
sdkVersion: kfp-2.0.1
in the yaml below, gets removed on Kubeflow. Do you know what is causing this? Is there another way I can select the nodes for the Pipeline tasks with the KFP SDK v2?Here is the Python code that I used to generate the Pipeline: