[Feature-10629][Improvement] Support multi cluster environments - namespace use cluster#10650
Merged
caishunfeng merged 8 commits intoapache:devfrom Jul 7, 2022
Merged
[Feature-10629][Improvement] Support multi cluster environments - namespace use cluster#10650caishunfeng merged 8 commits intoapache:devfrom
caishunfeng merged 8 commits intoapache:devfrom
Conversation
added 2 commits
June 28, 2022 17:31
Codecov Report
@@ Coverage Diff @@
## dev #10650 +/- ##
=========================================
Coverage 40.71% 40.72%
- Complexity 4820 4827 +7
=========================================
Files 900 900
Lines 36143 36195 +52
Branches 3982 3992 +10
=========================================
+ Hits 14717 14741 +24
- Misses 19972 19992 +20
- Partials 1454 1462 +8
Continue to review full report at Codecov.
|
caishunfeng
reviewed
Jul 1, 2022
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/k8s/K8sManager.java
Outdated
Show resolved
Hide resolved
...-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/K8SNamespaceServiceImpl.java
Outdated
Show resolved
Hide resolved
1 task
added 2 commits
July 4, 2022 09:33
caishunfeng
previously approved these changes
Jul 4, 2022
Contributor
caishunfeng
left a comment
There was a problem hiding this comment.
LGTM of the backend part.
|
Kudos, SonarCloud Quality Gate passed! |
zhongjiajie
pushed a commit
to zhongjiajie/dolphinscheduler
that referenced
this pull request
Jul 10, 2022
…espace use cluster (apache#10650) * server code * namespace ui * fix dao test * fix test * fix * docs and image update Co-authored-by: qianl4 <qianl4@cicso.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








Purpose of the pull request
namespace bind to cluster, when namespace operator get config from cluster config
Brief change log
Verify this pull request
This change added tests and can be verified as follows:
close #10629