Bug description
Adding volume and volume mount for storage type ephemeral or emptyDir does nothing
How to reproduce
- Create a jupyter profile in kubespawner config.yaml
- Add
volumes:
- name: example
emptyDir:
sizeLimit: 5Gi
volume_mounts:
- name: example
mountPath: /dev/shm
to created profile
3. Deploy new configuration to Z2JH Kubernetes cluster
4. Check that on pod spawn with selected profile has no extra volume mounts in yaml spec
Expected behaviour
volume mount is appended in volume mounts section of pod yaml spec
Actual behaviour
volumes and volume_mounts options seem to be ignored
Your personal set up
using Z2JH Kuberenetes deployment
- OS:
Kubernetes v1.29
- Version(s):
Full environment
# paste output of `pip freeze` or `conda list` here
Configuration
Logs
Bug description
Adding volume and volume mount for storage type ephemeral or emptyDir does nothing
How to reproduce
to created profile
3. Deploy new configuration to Z2JH Kubernetes cluster
4. Check that on pod spawn with selected profile has no extra volume mounts in yaml spec
Expected behaviour
volume mount is appended in volume mounts section of pod yaml spec
Actual behaviour
volumesandvolume_mountsoptions seem to be ignoredYour personal set up
using Z2JH Kuberenetes deployment
Kubernetes v1.29
Full environment
Configuration
# jupyterhub_config.pyLogs