Use hostpath-mode as persistent storage #2521
Unanswered
peacewang017
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.
-
I've already had a shared storage mounted at a same place (MOUNT_PONIT= "/data_share") on every node in my cluster, so I want set hostpath-mode to use "$MOUNT_POINT/prometheus" as the persistent storage of prometheus data.
However, I'm not familiar with CRD stuffs, when I apply these changes to kube-operator:
It seems like no data has been storaged under $MOUNT_PATH/prometheus, how can I use the hostpath as a persistent storage in kube-operator?
Beta Was this translation helpful? Give feedback.
All reactions