-
Notifications
You must be signed in to change notification settings - Fork 312
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
Refactor helper pacakges and fix spec validation #623
Conversation
032de9b
to
e8280f0
Compare
Codecov Report
@@ Coverage Diff @@
## master #623 +/- ##
==========================================
- Coverage 56.71% 48.03% -8.69%
==========================================
Files 242 243 +1
Lines 17469 17510 +41
==========================================
- Hits 9908 8411 -1497
- Misses 6265 7966 +1701
+ Partials 1296 1133 -163
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
e8280f0
to
c7b1333
Compare
c7b1333
to
e837bdf
Compare
e837bdf
to
7a030da
Compare
Should we apply this logic in |
I think we should. |
7a030da
to
a4e6b45
Compare
There is already checks for dir conflicts with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add some tests for this PR.
3b36edb
to
8516d49
Compare
11557c8
to
0adcd03
Compare
0adcd03
to
125601f
Compare
125601f
to
ca34913
Compare
Rest LGTM |
ca34913
to
1620e96
Compare
What problem does this PR solve?
The ports of monitoring agents are not checked with other existing clusters before deploying a new cluster.
What is changed and how it works?
prepare
andclusterutils.Retry
to make it less possible of having import cycle.Check List
Tests
Code changes
Release note: