https://kedro.org/ logo
#plugins-integrations
Title
# plugins-integrations
g

Gossamer

10/31/2022, 5:04 PM
Anyone know how to fix a 404 posted at /apis/v1beta1/pipelines/upload when doing
kedro kubeflow upload-pipeline
?
d

Deepyaman Datta

10/31/2022, 5:28 PM
@marrrcin perhaps (or you may try creating an issue on the plugin repo)
m

marrrcin

10/31/2022, 9:30 PM
Seems like invalid URL in your settings
Make sure that
host
in
kubeflow.yml
is set to a valid URL of your Kubeflow Pipelines instance
g

Gossamer

11/01/2022, 12:30 PM
That was it. I was pointing at the base URL and just needed to add the
/pipeline
to the end… thanks!
BTW, I was more or less following the example from the quick start that looked like this:
kedro kubeflow init <https://kubeflow.cluster.com>
I’m curious how that can that work without the
/pipeline
🤔
m

marrrcin

11/02/2022, 7:53 AM
init
command only creates the file, it does not validate the URL. It could be a nice feature to validate tough - we’re open to accept a PR for that 🙂
e

em-pe

11/02/2022, 10:00 PM
To be honest, the url in the docs is a bit misleading though, we should change that as well
3 Views