canonical / kubeflow-examples

Charmed Kubeflow examples
Apache License 2.0
32 stars 9 forks source link

pre-compiled pipeline is not working behind a proxy #31

Open NohaIhab opened 1 year ago

NohaIhab commented 1 year ago

tested on CKF 1.7/beta used this mnist example to upload pipeline from file. Failed with logs in Load step:

This step is in Pending state with this message: ImagePullBackOff: Back-off pulling image "rocks.canonical.com:5000/kubeflow/examples/mnist-test:latest"

we need to figure out how to inject the proxy envs into a pre-compiled pipeline.

beliaev-maksim commented 1 year ago

might be related to https://github.com/canonical/bundle-kubeflow/issues/546