how to configure jetstream replicas to share a pvc ? #760
Replies: 1 comment 4 replies
-
I think you'd want to look for a PV Provisioner that does that for you, if that is your goal. Like a Host Path PV Provisioner. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
the current behavior creates a new pvc per replica, each of which automatically acquires a separate cloud disk, but i want to avoid renting multiple cloud disks, is there any way to point all jetstream replicas to a single pvc ?
Beta Was this translation helpful? Give feedback.
All reactions