Christian Kadner
Christian Kadner
In order to enable versioning of the assets in the MLX catalog, we need to add additional API endpoints. This follows closely the approach taken, and API endpoints available for...
**Describe the bug** It is not clear how to run notebooks and datasets? There should be a succinct documentation of ... - How are notebooks and datasets related? - From...
We need to add the new env var `REACT_APP_KFP_STANDALONE=true` to our single-user deployments - manifests (branch `mlx-single-user`) - the new KIND deployment (#270)
We currently use this: https://github.com/IBM/manifests/pull/33 Should we move it to `manifests/kind` in this repo? Thanks @Tomcli for working on that!
**Describe the bug** When trying to "Launch" a Dataset which attempts to create a PVC, users may get a `403` error, since, by default Kubeflow cannot deploy any CRD resource...
When we support multiple users in the future, beyond `admin` and unauthenticated users, we will need to get the namespace from the user info for the Pipeline Run and View...
Enable 3rd party applications to interact with the MLX API server. `pip install mlx-...` The `MLX` name is already taken on PyPI, so we could decide between: - [ ]...
```Bash $ grep -o -h -E "http.*yaml" bootstrapper/configmap.yaml | \ while read url; do \ curl -s -o /dev/null -w "%{http_code}" $url; echo ": ${url}"; \ done | grep --color...
To make sure the `/lgtm` bot works properly. We are using the free ingress TLS cert from IBM Cloud. That cert has to be renew manually for every 3 months....
Many of our `npm` dependencies get pinned to a certain version (see `package-lock.json`) which become outdated quickly. Those outdated version often have [security vulnerabilities](https://github.com/machine-learning-exchange/mlx/security/dependabot) that get fixed in more recent...