Seagate / cortx-k8s

CORTX Kubernetes Orchestration Repository
https://github.com/Seagate/cortx
Apache License 2.0
6 stars 47 forks source link

CORTX-32157: Move block data chart into standard location #332

Closed keithpine closed 2 years ago

keithpine commented 2 years ago

Description

Move the block device provisioner chart into the standard charts/ directory, and rename files to use conventional names, as specified in the HLD.

Added a basic README.md file.

Also removed the namespace from the installed release name, as it is unnecessary and causes issues with longer namespace names (exceeds allowed release name (see CORTX-31052). This was the last of the "release named by namespace" code.

Breaking change

The release name created by the deploy script has changed from cortx-data-blk-data-${namespace} to cortx-block-data. In practice, this chart name shouldn't be relied upon.

Type of change

Applicable issues

How was this tested?

Deployed from previous version, tested backwards compatible destroy.

Deployed this version, checked installed release. All Pods became ready. Ran S3 I/O successfully, Ran status script successfully.

Chart is passing CI tests.

Additional information

Checklist

If this change requires newer CORTX or third party image versions:

If this change addresses a CORTX Jira issue:


View rendered charts/cortx-block-data/README.md View rendered charts/cortx-block-data/README.md.gotmpl