dnskr opened a new pull request, #6831: URL: https://github.com/apache/ozone/pull/6831
## What changes were proposed in this pull request? There is a common practice to provide an official Helm chart for a product to increase its usage and adoption. I propose to create an initial version of Helm chart to be used by the community for effortless deployment of Apache Ozone on Kubernetes. The following steps should to be done in order to release initial Helm chart version: - [x] Implement initial version of the Helm chart; - [ ] Add CI pipeline for the chart (lint, release etc); - [ ] Update documentation with the chart details; - [ ] Release initial version. **Comments, suggestions and feedback are very welcome!** ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-11027 ## How was this patch tested? Tested manually on Minikube ```sh helm install ozone charts/ozone ``` Status check ```sh $ kubectl get pod NAME READY STATUS RESTARTS AGE ozone-datanode-0 1/1 Running 0 2m11s ozone-datanode-1 1/1 Running 0 2m10s ozone-datanode-2 1/1 Running 0 2m9s ozone-om-0 1/1 Running 0 2m11s ozone-s3g-0 1/1 Running 0 2m11s ozone-scm-0 1/1 Running 0 2m11s $ kubectl get service NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 5h59m ozone-datanode ClusterIP 10.98.184.181 <none> 9882/TCP 2m21s ozone-datanode-headless ClusterIP None <none> 9882/TCP 2m21s ozone-om ClusterIP 10.100.191.112 <none> 9874/TCP 2m21s ozone-om-headless ClusterIP None <none> 9874/TCP 2m21s ozone-s3g ClusterIP 10.100.105.252 <none> 9878/TCP 2m21s ozone-s3g-headless ClusterIP None <none> 9878/TCP 2m21s ozone-scm ClusterIP 10.107.10.164 <none> 9876/TCP 2m21s ozone-scm-headless ClusterIP None <none> 9876/TCP 2m21s ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
