Deploy Mayastor
This website/page will be End-of-life (EOL) after 31 August 2024. We recommend you to visit OpenEBS Documentation for the latest Mayastor documentation (v2.6 and above).
Mayastor is now also referred to as OpenEBS Replicated PV Mayastor.
Overview
The steps and commands which follow are intended only for use in conjunction with Mayastor version(s) 2.1.x and above.
Installation via helm
Add the OpenEBS Mayastor Helm repository.
helm repo add mayastor https://openebs.github.io/mayastor-extensions/
Run the following command to discover all the stable versions of the added chart repository:
helm search repo mayastor --versions
Run the following command to install Mayastor _version 2.5.
helm install mayastor mayastor/mayastor -n mayastor --create-namespace --version 2.5.0
Verify the status of the pods by running the command:
kubectl get pods -n mayastor
Last updated
Was this helpful?