-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add settings to configure reaper HTTP management interface #1082
Conversation
No linked issues found. Please add the corresponding issues in the pull request description. |
b355416
to
e3068ed
Compare
57f43b0
to
c6c74fb
Compare
Codecov Report
@@ Coverage Diff @@
## main #1082 +/- ##
==========================================
+ Coverage 57.28% 57.35% +0.07%
==========================================
Files 100 100
Lines 10165 10175 +10
==========================================
+ Hits 5823 5836 +13
+ Misses 3832 3830 -2
+ Partials 510 509 -1
|
Results of manual testing: Using the following manifest:
And the following sequence of steps:
I get a DC up with both Reaper and STS-1 pods. I then go to the Reaper logs and see
So this is positive, because it means that the HTTP management proxy is indeed being used. However, it is negative because for some reason, the seeds are not being properly discovered:
This appears to be some sort of DNS issue if I'm not mistaken. I think what I'm seeing is probably that we don't have a docker image built yet that has the new management API stuff in it. Maybe I will merge the integration branch there so we can get our hands on one. |
5c2b587
to
252ceb1
Compare
252ceb1
to
18a2855
Compare
ac82663
to
d8cf24f
Compare
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
What this PR does:
Adds settings to use the Reaper HTTP management API to k8ssandra-operator.
Which issue(s) this PR fixes:
#1072
Checklist