Reputation: 291
Is it possible to mount a volume into a pod that is already up? I have a use case where I have to mount the user's folder on Api request(different folder for different users), I know it is possible by creating a new pod, but is it possible to just add or change a volume to an existing pod?
Upvotes: 3
Views: 749