Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 749 Bytes

install.md

File metadata and controls

36 lines (24 loc) · 749 Bytes

OpenEBS 📦

🅾️ Installation avec helm 📦

  • Installer le référentiel
helm repo add openebs https://openebs.github.io/charts
  • Mettre à jour les référentiels
helm repo update
  • Installer openebs dans l'espace de noms openebs en activant CSTOR
helm install openebs --namespace openebs openebs/openebs --set cstor.enabled=true --create-namespace

⭕ Vérifier l'installation

helm ls --namespace openebs

Retourne :

 
NAME   	NAMESPACE	REVISION	UPDATED                             	STATUS  	CHART        	APP VERSION
openebs	openebs  	1       	2021-04-04 11:25:42.579325 -0400 EDT	deployed	openebs-2.7.0	2.7.0   

🔙