Files
deprecated-helm-charts/stable/openebs
AdamDang fdbf619a0a [stable/openebs] typo fix: tables lists->table lists (#5725)
* Add version: 0.5.5

version: 0.5.5

* [stable/openebs] typo fix: tables lists->table lists

[stable/openebs] typo fix: tables lists->table lists
2018-05-25 11:25:33 -07:00
..

OpenEBS

OpenEBS is an open source storage platform that provides persistent and containerized block storage for DevOps and container environments.

OpenEBS can be deployed on any Kubernetes cluster - either in cloud, on-premise or developer laptop (minikube). OpenEBS itself is deployed as just another container on your cluster, and enables storage services that can be designated on a per pod, application, cluster or container level.

Introduction

This chart bootstraps OpenEBS deployment on a Kubernetes cluster using the Helm package manager.

Prerequisites

  • Kubernetes 1.7.5+ with RBAC enabled
  • iSCSI PV support in the underlying infrastructure

Installing OpenEBS

helm install stable/openebs

Installing OpenEBS with the release name my-release:

helm install --name `my-release` stable/openebs

To uninstall/delete the my-release deployment:

helm ls --all
helm delete `my-release`

Configuration

The following table lists the configurable parameters of the OpenEBS chart and their default values.

Parameter Description Default
rbac.create Enable RBAC Resources true
serviceAccount.create Specify if Service Account should be created true
serviceAccount.name Specify the name of service account openebs-maya-operator
image.pullPolicy Container pull policy IfNotPresent
apiserver.image Docker Image for API Server openebs/m-apiserver
apiserver.imageTag Docker Image Tag for API Server 0.5.3
apiserver.replicas Number of API Server Replicas 1
provisioner.image Docker Image for Provisioner openebs/openebs-k8s-provisioner
provisioner.imageTag Docker Image Tag for Provisioner 0.5.3
provisioner.replicas Number of Provisioner Replicas 1
jiva.image Docker Image for Jiva openebs/jiva
jiva.imageTag Docker Image Tag for Jiva 0.5.3
jiva.replicas Number of Jiva Replicas 3

Specify each parameter using the --set key=value[,key=value] argument to helm install.

Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,

helm install --name `my-release` -f values.yaml stable/openebs

Tip

: You can use the default values.yaml