Anyone know how to fix a 404 posted at /apis/v1bet...
# plugins-integrations
g
Anyone know how to fix a 404 posted at /apis/v1beta1/pipelines/upload when doing
kedro kubeflow upload-pipeline
?
d
@marrrcin perhaps (or you may try creating an issue on the plugin repo)
m
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
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
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
To be honest, the url in the docs is a bit misleading though, we should change that as well