Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 723 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 723 Bytes

OpenEBS

This application is meant to be deployed to Kubernetes using Kustomize.


Instructions

OpenEBS requires that you install dependencies on the operating systems of the worker nodes prior to installation. Run the following Ansible playbook to install & configure these dependencies and then deploy OpenEBS to your cluster. If you wish to provide a specific OpenEBS Manifest or configure a specific Storage Driver, be sure to modify the variables in ./OpenEBS/roles/deploy_openebs/vars/main.yml before running the playbook.

ansible-playbook -i ansible/inventory.ini ansible/deploy_openebs.yml