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

Validate that image cache size does not change when the storage class is not expandable #813

Merged
merged 3 commits into from
Aug 26, 2021

Conversation

tylerphelan
Copy link
Contributor

Built on top of #795 just rebased and added some context to the cannot-expand validation error message

Fix #775

@tylerphelan tylerphelan changed the title Cache size Validate that image cache size does not change when the storage class is not expandable Aug 26, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #813 (1d3cdfa) into main (beec5d1) will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #813      +/-   ##
==========================================
+ Coverage   68.29%   68.36%   +0.07%     
==========================================
  Files         117      117              
  Lines        4961     4972      +11     
==========================================
+ Hits         3388     3399      +11     
  Misses       1201     1201              
  Partials      372      372              
Impacted Files Coverage Δ
pkg/apis/build/v1alpha1/image_validation.go 97.89% <100.00%> (+0.14%) ⬆️
pkg/apis/build/v1alpha2/image_validation.go 98.05% <100.00%> (+0.09%) ⬆️

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 beec5d1...1d3cdfa. Read the comment docs.

@tylerphelan tylerphelan merged commit 655762c into main Aug 26, 2021
@tylerphelan tylerphelan deleted the cache-size branch August 26, 2021 17:31
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.

kpack reconciliation loop gets stuck if storage class does not allow dynamic resizing
5 participants