Using my own custom persistentVolumeClaim #1659
miketoupin
started this conversation in
General
Replies: 1 comment
-
|
Hi @miketoupin That's not really possible as we use minio / s3 for more then "just" the storage but also as a way to give a very limited amount of access to individual pods using presigned urls. (e.g. for the scan pod to only be able to persist the results of the scan into storage) This isn't really doable with PVC as we'd have to create a new PVC per scan to get the same amount of control from it. So basically if you want to store them in a PVC we'd recommend using a minio setup. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Good day,
Rather than using the default Minio storage solution or S3, I would like to use the preferred way to do this in K8S, which is via CSI driver. I can create my own StorageClass and PersistenVolume, all I need is a way to tell the Operator to use the PVC for the storage. How can I do this to replace the S3/Minio setup? Thx!
Beta Was this translation helpful? Give feedback.
All reactions