Skip to content
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

[k8sops] Ensure dbnodes in DNS when bootstrapping #206

Merged
merged 1 commit into from
Mar 18, 2020

Conversation

schallert
Copy link
Collaborator

By default Kubernetes will not generate DNS names for a pod if it's not
ready. This sets publishNotReadyAddresses on the M3DB service so that
we can look up pod IPs even when they're bootstrapping (and thus send
them writes to be buffered to commitlog).

By default Kubernetes will not generate DNS names for a pod if it's not
ready. This sets `publishNotReadyAddresses` on the M3DB service so that
we can look up pod IPs even when they're bootstrapping (and thus send
them writes to be buffered to commitlog).
@codecov
Copy link

codecov bot commented Mar 18, 2020

Codecov Report

Merging #206 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #206      +/-   ##
==========================================
+ Coverage   75.27%   75.28%   +0.01%     
==========================================
  Files          30       30              
  Lines        2095     2096       +1     
==========================================
+ Hits         1577     1578       +1     
  Misses        391      391              
  Partials      127      127              

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e967d23...e6b0815. Read the comment docs.

Copy link
Collaborator

@robskillington robskillington left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@schallert schallert merged commit 182be89 into master Mar 18, 2020
@schallert schallert deleted the schallert/publish_not_ready branch March 18, 2020 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants