-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(deploy-mayastor): changed existing info on helm chart #175
Conversation
- etcd.persistence.storageClass: manual | ||
The Mayastor Helm chart now includes the Dynamic Local Persistent Volume (LocalPV) provisioner as the default option for provisioning storage to etcd and Loki. This simplifies storage setup by utilizing local volumes within your Kubernetes cluster. | ||
For etcd, the chart uses the `mayastor-etcd-localpv` storage class, and for Loki, it utilizes the `mayastor-loki-localpv` storage class. These storage classes are bundled with the Mayastor chart, ensuring that your etcd and Loki instances are configured to use openEbs localPV volumes efficiently. | ||
`/var/local/{{ .Release.Name }}` paths should be persistent accross reboots. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't it /var/local/localpv-hostpath/{{ .Release.Name}}/
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AJDatacore please amend the path, otherwise LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AJDatacore @Abhinandan-Purkait has made some changes so now for develop it should be
/var/local/{{ .Release.Name }}
But please raise another PR for release/2.4 where it should be this path:
/var/local/localpv-hostpath/{{ .Release.Name}}/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tiagolobocastro Can you please approve this PR
Signed-off-by: AJ_Datacore <[email protected]>
Signed-off-by: AJ_Datacore <[email protected]>
ee5b7a4
to
9b25c26
Compare
No description provided.