kale icon indicating copy to clipboard operation
kale copied to clipboard

Kubeflow’s superfood for Data Scientists

Results 109 kale issues
Sort by recently updated
recently updated
newest added

Part of https://github.com/kubeflow-kale/kale/pull/217/files This PR adds the function that will restore all the the snapshots of each volume that was mounted to the notebook when the snapshot was taken. To...

Part of https://github.com/kubeflow-kale/kale/pull/217/files The function in this PR will search through the existing snapshots and find the snapshots originating from the same notebook. This function is used for restoring notebooks...

Part of https://github.com/kubeflow-kale/kale/pull/217/files This PR adds the functions that can extract the original notebook name and image from the snapshot of a notebook.

Part of https://github.com/kubeflow-kale/kale/pull/217/files This PR adds the function necessary to create a new PVC from a volume snapshot.

Part of https://github.com/kubeflow-kale/kale/pull/217/files Currently this function does not work properly within the Kale UI and is causing erros in after the snapshot has been created.

Part of https://github.com/kubeflow-kale/kale/pull/217/files This PR adds functions to deal with existing snapshots such as getting info about a snapshot, listing all snapshots in a namespace, deleting a snapshot and deleting...

Part of https://github.com/kubeflow-kale/kale/pull/217/files This PR adds the ability to snapshot all the volumes connected to a notebook, along with writing the container images of that notebook and if a given...

Part of https://github.com/kubeflow-kale/kale/pull/217/files This PR adds the ability to snapshot all the volumes connected to a pod, along with writing the container images of that pod to the snapshot metadata....

I have Kale in a custom notebook image on kubeflow and not using miniKF/Rok. There is no documentation, so I'm a little stuck on how to set things up so...

The abbreviation used for ReadOnlyMany (ROM) and ReadWriteMany (RWM) in the code are not inline with the naming used by Kubernetes. It is best to adhere to the standard naming...