-
Notifications
You must be signed in to change notification settings - Fork 8
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
Example fails - ValueError: Invalid value for name
, must not be None
#26
Comments
argo-workflows==3.2.0 |
Hey, how did you solved this problem? I have this problem too ... code load_kube_config() v1alpha1 = V1alpha1Api() ➜ ~ python3 --version ➜ ~ argo version argo-workflows-3.2.0 |
I didn't. I've dropped argo-client-python from my project and I'm just using the CLI to submit workflows. From what I can see the project looks abandoned and hasn't kept up with Argo development. If you look at the the other issues you'll find forks that might or might not work. But I would be careful on putting too much reliance on an open source project where the only usage example doesn't work. |
That's a pity. |
Hi.
I've trying to rewrite a shell-script into a Python script and get a bit better control over the interactions with Argo. This library looks like just what the doctor ordered.
However, when I try to submit the example it fail. I use the hello world example workflow. It fails deep inside the k8s libs, in the v1_container apis where a name for the container seems to be required.
The whole stack trace is here:
The python script trying to submit the workflow looks like this:
The interesting thing is that the workflow gets submitted. After running the above:
I've tried editing the workflow. Adding a name to the container changes the errors. I get the following trace:
Any advice would be welcome.
Per.
The text was updated successfully, but these errors were encountered: