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

Add volumes and volume-mounts for spark dependencies #1359

Merged
merged 2 commits into from
Jan 12, 2021
Merged

Add volumes and volume-mounts for spark dependencies #1359

merged 2 commits into from
Jan 12, 2021

Conversation

kevinearls
Copy link
Contributor

Signed-off-by: Kevin Earls kearls@redhat.com

This fixes #1332 Note however that TLS access for the spark dependencies job is not fully supported (see issue #294 ) in general but will work for the instance described in this issue.

Signed-off-by: Kevin Earls <kearls@redhat.com>
@codecov
Copy link

codecov bot commented Jan 8, 2021

Codecov Report

Merging #1359 (1402483) into master (010535a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1359   +/-   ##
=======================================
  Coverage   86.21%   86.22%           
=======================================
  Files          90       90           
  Lines        5144     5146    +2     
=======================================
+ Hits         4435     4437    +2     
  Misses        539      539           
  Partials      170      170           
Impacted Files Coverage Δ
pkg/cronjob/spark_dependencies.go 93.13% <100.00%> (+0.13%) ⬆️

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 010535a...1402483. Read the comment docs.

@kevinearls
Copy link
Contributor Author

@rubenvp8510 @objectiser @jpkrohling Please review

@rubenvp8510
Copy link
Collaborator

LGTM

},
},
RestartPolicy: corev1.RestartPolicyNever,
Affinity: commonSpec.Affinity,
Tolerations: commonSpec.Tolerations,
SecurityContext: commonSpec.SecurityContext,
ServiceAccountName: account.JaegerServiceAccountFor(jaeger, account.DependenciesComponent),
Volumes: jaeger.Spec.Storage.Dependencies.JaegerCommonSpec.Volumes,
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: Seems like formatting issue - may be worth running make format to see?

Signed-off-by: Kevin Earls <kearls@redhat.com>
@mergify mergify bot merged commit 8eb0f1b into jaegertracing:master Jan 12, 2021
@kevinearls kevinearls deleted the add-volume-mounts branch January 12, 2021 09:35
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.

Volume mounts not working for Spark dependencies job
3 participants