Take Snapshot into Shared file system on Kubernetes #1076
Unanswered
SuRyaMane389
asked this question in
Q&A
Replies: 0 comments
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.
-
using OpenSearch K8s operator, I want to configure the snapshot repository to a Shared File System something like a PVC. but I cannot attack additional Volume PVC, as per doc we can only supported volume types configMap, emptyDir, secret (with default Kubernetes configuration schema) and read only CSI volume.
reference: https://github.com/opensearch-project/opensearch-k8s-operator/blob/main/docs/userguide/main.md#additional-volumes
Is there a way I can mount the PVC to the nodes?
Beta Was this translation helpful? Give feedback.
All reactions