-
-
Notifications
You must be signed in to change notification settings - Fork 323
Open
Description
Since Kubernetes v1.14 it's possible to use "local" volumes:
https://kubernetes.io/docs/concepts/storage/volumes/#local
This is currently not possible in typhoon, because of this:
It would work when one add the following (as an example) lines here:
--volume mntdisks,kind=host,source=/mnt \
--mount volume=mntdisks,target=/mnt \And then it would be possible to mount disks at "/mnt/*"
Thoughts?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels