ok, now I'm stuck trying to do a persistent storage POC.
I can add an NFS or hostpath volume and a persistent volume claim which gets successfully "bound". However when I try to add the volume to a new or existing deployment or statefulset, the dropdown says "Volumes will appear here after they are added in the pod tab" and doesn't show any volumes.
I think I've followed the docs. Thought it might be a namespace issue but doesn't matter if I use the default namespace or a newly created namespace/project.
appreciate any hints! https://ranchermanager.docs.rancher.com/v2.8/how-to-guides/new-user-guides/manage-clusters/c[…]age/manage-persistent-storage/set-up-existing-storage
curved-forest-28066
06/04/2024, 8:38 PM
figured it out! I was confused by the fact that there's a storage section under the CONTAINER and separate POD level storage. Once you add the volume at the pod level then you can mount it at the container level. My bad.