Barteus / kubeflow-examples

Group of example notebooks and scripts used for kubeflow demos and component validations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

default storage class

aym-frikha opened this issue · comments

For charmed k8s on openstack you need to specify the default storage class otherwise the jupyter notebook cannot instantiate new volume:

kubectl patch storageclass cdk-cinder -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'

Thanks a lot! Commit with documentation addition is already in the main.
1ab7a43