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 e2e-repo-config flag to images pull command #781

Merged

Conversation

johscheuer
Copy link
Contributor

What this PR does / why we need it:
Most of the background is described here: #780

TLDR: I would like to enable the --e2e-repo-config flag for the sonobuoy images pull command to validate that all required images are in place.

Which issue(s) this PR fixes

Special notes for your reviewer:

Release note:

sonobuoy images pull supports now the "--e2e-repo-config" flag

Signed-off-by: Johannes M. Scheuermann <joh.scheuer@gmail.com>
@johscheuer johscheuer force-pushed the enable-e2e-registry-image-pull branch from 5d276e1 to dcece01 Compare June 27, 2019 12:16
@codecov-io
Copy link

Codecov Report

Merging #781 into master will increase coverage by 0.01%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #781      +/-   ##
==========================================
+ Coverage   42.91%   42.92%   +0.01%     
==========================================
  Files          71       71              
  Lines        4162     4163       +1     
==========================================
+ Hits         1786     1787       +1     
  Misses       2270     2270              
  Partials      106      106
Impacted Files Coverage Δ
cmd/sonobuoy/app/images.go 25.42% <50%> (+0.42%) ⬆️

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 c7c4345...dcece01. Read the comment docs.

@johnSchnake johnSchnake assigned johnSchnake and zubron and unassigned johnSchnake Jun 27, 2019
Copy link
Contributor

@zubron zubron left a comment

Choose a reason for hiding this comment

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

Thanks @johscheuer for raising this issue and submitting a fix! 👍

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.

Enable e2e registry flag for image pull
4 participants