-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
kfp.Client: Can't specify localhost host #4277
Labels
Comments
Bobgy
added
priority/p0
kind/bug
status/triaged
Whether the issue has been explicitly triaged
area/sdk/client
labels
Jul 28, 2020
also |
This has been broken since 0.4.0 with 0.3.0 working. So must be something in 0.3.0...0.4.0 |
I tested it and it works well. Do you mean localhost? |
rmgogogo
changed the title
kfp.Client: Can't specify host
kfp.Client: Can't specify localhost host
Jul 28, 2020
to be fixed in #4285 |
2 tasks
jingzhang36
pushed a commit
to jingzhang36/pipelines
that referenced
this issue
Aug 12, 2020
…tp host can work. Fixes kubeflow#4277 (kubeflow#4285)
This is a blocking issue for us -- is there a plan to release a patch for |
@nlarusstone 1.0.1 will be released in a week |
Jeffwan
pushed a commit
to Jeffwan/pipelines
that referenced
this issue
Dec 9, 2020
…tp host can work. Fixes kubeflow#4277 (kubeflow#4285)
Bobgy
pushed a commit
to Bobgy/pipelines
that referenced
this issue
Mar 2, 2021
…tp host can work. Fixes kubeflow#4277 (kubeflow#4285)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
What steps did you take:
What happened:
What did you expect to happen:
Being able to specify the host
Environment:
KFP SDK version: 1.0.0
Anything else you would like to add:
The problem is that for unclear reasons kfp strips the schema from the url, causing urllib3's parse_url to interpret the 'localhost' part as schema. This was working with kfp==0.1.31
The text was updated successfully, but these errors were encountered: