upgle opened a new pull request #5045: URL: https://github.com/apache/openwhisk/pull/5045
<!--- Provide a concise summary of your changes in the Title --> ## Description JMX related auth files are mounted as a read-only mode by k8s secret. (configMap and secrets volumeMount are always read-only by k8s.) So, It can't use the `mv` command in the copyJMXFiles.sh script. I'll open a new subsequent PR at the `apache/openwhisk-deploy-kube` repository for supporting JMX on the k8s environment ## Related issue and scope No issues ## My changes affect the following components - [x] Deployment ## Types of changes - [x] Enhancement or new feature (adds new functionality). ## Checklist: <!--- Please review the points below which help you make sure you've covered all aspects of the change you're making. --> - [x] I signed an [Apache CLA](https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md). - [x] I reviewed the [style guides](https://github.com/apache/openwhisk/wiki/Contributing:-Git-guidelines#code-readiness) and followed the recommendations (Travis CI will check :). - [ ] I added tests to cover my changes. - [ ] My changes require further changes to the documentation. - [ ] I updated the documentation where necessary. ---------------------------------------------------------------- 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]
