ptlrs commented on code in PR #166: URL: https://github.com/apache/ozone-site/pull/166#discussion_r2636120167
########## docs/02-quick-start/01-installation/02-kubernetes.md: ########## @@ -97,3 +115,34 @@ Now you can access any of the services. By default the services are not publishe kubectl port-forward s3g-0 9878:9878 kubectl port-forward scm-0 9876:9876 ``` + +## Helm Chart Review Comment: We should move this to the top of the page. Helm charts should be the primary way for deploying an Ozone cluster in Kubernetes. Helm charts are an industry-standard way of deploying services in Kubernetes. The other method of using the yaml files under `/kubernetes/examples/ozone/` directly, should be deprecated. -- 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]
