Closed sagarkrsd closed 4 years ago
This PR adds support for OpenEBS 1.10.0 installation.
1.10.0
It also adds support to update OpenEBS control-plane to 1.10.0.
After this PR, CSPC will be installed with v1 schema changes.
v1
This PR adds some of the env fields of OpenEBS components which are configured based on the given default directory (for example, /var/openebs).
/var/openebs
NOTE for reviewer:
A number of CRDs and their update functions have been added for CSPC v1 schema related changes
Some of the changes are introduced due to indentation also such as in file config/metac.yaml.
config/metac.yaml
A sample OpenEBS YAML which can be used to install/update OpenEBS 1.10.0:
apiVersion: dao.mayadata.io/v1alpha1 kind: OpenEBS metadata: name: install-openebs-1.10.0 namespace: openebs spec: version: 1.10.0
Signed-off-by: sagarkrsd sagar.kumar@mayadata.io
This PR adds support for OpenEBS
1.10.0
installation.It also adds support to update OpenEBS control-plane to
1.10.0
.After this PR, CSPC will be installed with
v1
schema changes.This PR adds some of the env fields of OpenEBS components which are configured based on the given default directory (for example,
/var/openebs
).NOTE for reviewer:
A number of CRDs and their update functions have been added for CSPC
v1
schema related changesSome of the changes are introduced due to indentation also such as in file
config/metac.yaml
.A sample OpenEBS YAML which can be used to install/update OpenEBS
1.10.0
:Signed-off-by: sagarkrsd sagar.kumar@mayadata.io