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

Enable tolerations support in elasticsearch config #1296

Merged
merged 5 commits into from
Nov 12, 2020
Merged

Enable tolerations support in elasticsearch config #1296

merged 5 commits into from
Nov 12, 2020

Conversation

kevinearls
Copy link
Contributor

Signed-off-by: Kevin Earls [email protected]

@codecov
Copy link

codecov bot commented Nov 10, 2020

Codecov Report

Merging #1296 (d67e460) into master (1c1e75d) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1296      +/-   ##
==========================================
+ Coverage   87.36%   87.37%   +0.01%     
==========================================
  Files          89       89              
  Lines        4970     4976       +6     
==========================================
+ Hits         4342     4348       +6     
  Misses        465      465              
  Partials      163      163              
Impacted Files Coverage Δ
pkg/apis/jaegertracing/v1/jaeger_types.go 100.00% <ø> (ø)
pkg/storage/elasticsearch.go 81.34% <100.00%> (+0.14%) ⬆️
pkg/service/collector.go 100.00% <0.00%> (ø)

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 1c1e75d...d67e460. Read the comment docs.

Signed-off-by: Kevin Earls <[email protected]>
@kevinearls kevinearls marked this pull request as ready for review November 11, 2020 09:11
@kevinearls
Copy link
Contributor Author

@objectiser @jpkrohling @rubenvp8510 Please review

Copy link
Contributor

@objectiser objectiser left a comment

Choose a reason for hiding this comment

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

Is there any way to add tests for this? Has it been tested manually?

@@ -104,7 +104,8 @@ const (
type ElasticsearchNodeSpec struct {
Image string `json:"image,omitempty"`
Resources v1.ResourceRequirements `json:"resources"`
NodeSelector map[string]string `json:"nodeSelector,omitempty"`
NodeSelector map[string]string `json:"nodeSelector"`
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this still be json:"nodeSelector,omitempty"?

Copy link
Contributor

@jpkrohling jpkrohling left a comment

Choose a reason for hiding this comment

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

LGTM, we might need to mention this in the docs or in an example.

@mergify mergify bot merged commit 660a6ff into jaegertracing:master Nov 12, 2020
@kevinearls kevinearls deleted the expose-es-tolerations branch November 12, 2020 10:13
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.

3 participants