elek opened a new pull request #2023: URL: https://github.com/apache/ozone/pull/2023
## What changes were proposed in this pull request? With the help of @bshashikant I tested how SCM-HA works in K8s environement. It worked well and here I publish the required k8s yaml files for any tests. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-4950 ## How was this patch tested? The easiest way to test is using [k3s](https://k3s.io/). As the final definition is optimized for real, multi-node environment with persistence, testing is easier with transforming the files: ``` flekszible generate \ -t mount:hostPath=/home/elek/projects/ozone/hadoop-ozone/dist/target/ozone-1.1.0-SNAPSHOT,path=/opt/hadoop \ -t image:image=apache/ozone-runner:20200420-1 \ -t ozone/onenode ``` Where the first host path is the location of your Ozone build. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
