-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't create TFJob from ResourceOp #2624
Comments
This looks strange. @IronPan Can you please take a look? |
We probably need to compare the Pod YAML in both cases. |
@Ark-kun Not sure what you mean about comparing Pod YAML? I've extracted what I can from doing Am running on GKE. Installed with kfctl built from master, the existing_arrikto/isitio_dex platform. |
/unassign @gaoning777 |
Does this need triage or prioritising? Presumably this is still a recommended way of running TFJob with volumes? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it. |
I'm trying to run a pipeline to run a TFJob using the python below. It also used to work for a previous version of pipelines. I'm trying to update it to reflect changes in TFJob. But it fails before even attempting to create a TFJob.
Much the same TFJob definition with fixed values for the parameters works if I submit it directly (i.e. not through pipelines). If I extract the pipeline yaml and do a
argo submit -n kubeflow
then that works (creates TFJob and runs to completion). It only fails when I upload it through to the pipelines UI.Error is:
Python is:
The text was updated successfully, but these errors were encountered: