-
Notifications
You must be signed in to change notification settings - Fork 13.8k
[FLINK-10935][ResourceManager] Implement KubeClient with Fabric8 Kubenetes clients #7939
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…mpty implementation Include Kubernetes Cluster entrypoint with abstract kubernetes client Co-authored-by: Chunhui Shi <cshi@apache.org> Co-authored-by: Jin Sun <isunjin@gmail.com>
Co-authored-by: Chunhui Shi <cshi@apache.org> Co-authored-by: Jin Sun <isunjin@gmail.com>
…netes clients Add tests based on Kubernetes Mock server Implement Kubernetes Cluster entrypoint with abstract kubernetes client Co-authored-by: Chunhui Shi <cshi@apache.org> Co-authored-by: Jin Sun <isunjin@gmail.com>
|
Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community Automated ChecksLast check on commit 354ff96 (Sat Aug 28 13:07:50 UTC 2021) Warnings:
Mention the bot in a comment to re-run the automated checks. Review Progress
Please see the Pull Request Review Guide for a full explanation of the review process. DetailsThe Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required Bot commandsThe @flinkbot bot supports the following commands:
|
|
This is the second pull request coming after #7844. |
|
There is a dependency convergence error. Please fix this error @chunhui-shi. |
|
This PR is outdated, see #8659 |
|
Close this PR since it is already supported for a long time. |
##What is the purpose of the change
As part of native kubernetes integration. Introduce client wrapper to access Kubernetes service.
##Brief change log
##Does this pull request potentially affect one of the following parts:
##Documentation