anuraagnalluri opened a new pull request #348: URL: https://github.com/apache/incubator-yunikorn-k8shim/pull/348
### What is this PR for? Helm installation for Yunikorn using Kubernetes version 1.22 currently fails, see details [here](https://issues.apache.org/jira/browse/YUNIKORN-995) and tickets referenced in the comments. This PR was originally intended to upgrade the `apiVersion` of `ClusterRoleBinding` from `v1beta -> v1`, but fixing that issue alone did not enable a successful helm installation of Yunikorn using K8s 1.22. As a result, this PR has come to encompass other changes required to do so. ### What type of PR is it? * [x] - Bug Fix * [ ] - Improvement * [ ] - Feature * [ ] - Documentation * [ ] - Hot Fix * [ ] - Refactoring ### Todos * [x] - Fix cert issue with admission controller -- currently blocking successful deployment of admission controller * [x] - Verify changes don't break ability to helm install Yunikorn with K8s 1.19+ ### What is the Jira issue? https://issues.apache.org/jira/browse/YUNIKORN-995 ### How should this be tested? `make image` locally and use the existing `0.12.1` helm chart to ensure scheduler/admission controller can be brought up successfully with all K8s versions 1.19+ ### Screenshots (if appropriate) ### Questions: * [ ] - The licenses files need update. * [ ] - There is breaking changes for older versions. * [ ] - It needs documentation. -- 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]
