bundle-kubeflow
bundle-kubeflow copied to clipboard
Charmed Kubeflow
When examples are run, the workflow fails on the download default data set. For **mnist** missing train/test label/images Log from Pod on pipeline execution: ``` Exception: URL fetch failure on...
jupyter-controller gives an error `controller-runtime.controller Reconciler error {"controller": "notebook", "request": "admin/second-notebook", "error": "Notebook.kubeflow.org \"second-notebook\" is invalid: status.conditions: Invalid value: \"null\": status.conditions in body must be of type array: \"null\""}` and...
CI defines directly as an environment variable a temporary password for deploying Kubeflow. This PR moves it to a secret, which has already been added to the repo.
See example run in [my testing charm](https://github.com/agathanatasha/natasha-dummy-charm/runs/8041625318?check_suite_focus=true) Tested in my own charm: [same workflow yaml](https://github.com/agathanatasha/natasha-dummy-charm/blob/main/.github/workflows/trigger_repo_dispatch.yaml) [successful trigger](https://github.com/agathanatasha/natasha-dummy-charm/actions/runs/2981644181) [kubeflow-ci received the trigger](https://github.com/canonical/kubeflow-ci/actions/runs/2981645093)
Hi, I've deployed kubeflow 1.4 on microk8s and when I try to run the Control Structures pipeline example, I hit this issue: ` Run creation failed {"error":"Failed to create a...
This PR adds a CRD which may not get created during training-operator's upgrade process. The issue is described [here](https://github.com/canonical/training-operator/issues/44). It needs to be stored somewhere in our repo to be...
To access the Minio dashboard, it is convenient to set the service type to LoadBalancer. As a kubernetes charm, it does have a configuration available under "application-config" for kubernetes-service-service-type (see...
The previous iteration worked if the url passed to `kubeflow_login` was the kubeflow host domain (eg: `http://my.kubeflow/`), but not if the url was any other valid url under the domain...
How to reproduce (based on [the quickstart doc](https://charmed-kubeflow.io/docs/quickstart)): 1. sudo snap install microk8s --classic --channel 1.21 1. microk8s enable dns storage ingress metallb:10.64.140.43-10.64.140.49 1. deploy kubeflow: juju bootstrap microk8s juju...
Rename branch ensuring possible consumers/dependencies of the `master` branch can transition easily.