Skip to content
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

Merged
merged 2 commits into from
Sep 27, 2023

Conversation

AJDatacore
Copy link
Contributor

No description provided.

- 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.
Copy link
Contributor

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}}/ ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

Copy link
Contributor

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

Copy link
Contributor

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}}/

Copy link
Contributor Author

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

@AJDatacore AJDatacore merged commit 29abe34 into develop Sep 27, 2023
2 checks passed
@AJDatacore AJDatacore deleted the deploy-mayastor branch September 27, 2023 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants