Mount entire NFS share as a pod volume as-is. #10361
IngwiePhoenix
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to move my Jellyfin installation off docker-compose and into my k3s cluster (2x arm64 nodes) but since Jellyfin accesses media directly in a prepared folder, I wanted to just mount my whole network share as a volume to the pod.
One way would be to just specify the
.nfs
options directly on the volume. But, I would like to re-use this more efficiently across a few services like TubeArchivist, TVHeadend and friends. So, I tried to create a PersistentVolume + Claim in order to try and handle this. But, no dice.What am I missing here? When deployed, I see this in the events overview:
...thing is, I am not asking for dynamic provisioning; I know exactly where the volume is, I just want to be able to point Jellyfin and possibly a few adjacent services to the same PVC so I would only have to change the IP once, not a dozen times over instead.
Bonus: The ability to define this kind of volume once, and reuse it across namespaces, so I don't have to copypaste it into different namespaces or lumb things together into one just to share the same PV+PVC.
Thank you and kind regards,
Ingwie
Beta Was this translation helpful? Give feedback.
All reactions