vmware-archive / buildkit-cli-for-kubectl

BuildKit CLI for kubectl is a tool for building container images with your Kubernetes cluster
Other
499 stars 41 forks source link

Add docs showing how to validate images are loaded #132

Closed dhiltgen closed 2 years ago

dhiltgen commented 2 years ago

This short doc will help users quickly test if their configuration is working properly, and images are getting loaded into the container runtime.

codecov-commenter commented 2 years ago

Codecov Report

Merging #132 (eec2e95) into main (5db0221) will decrease coverage by 2.76%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #132      +/-   ##
==========================================
- Coverage   65.13%   62.37%   -2.77%     
==========================================
  Files          40       40              
  Lines        2825     2825              
==========================================
- Hits         1840     1762      -78     
- Misses        761      848      +87     
+ Partials      224      215       -9     
Flag Coverage Δ
integration-tests 59.04% <ø> (-2.92%) :arrow_down:
unit-tests 9.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/progress/fromreader.go 0.00% <0.00%> (-88.89%) :arrow_down:
pkg/build/cache.go 43.33% <0.00%> (-36.67%) :arrow_down:
pkg/build/build.go 39.70% <0.00%> (-8.57%) :arrow_down:
pkg/driver/kubernetes/driver.go 64.08% <0.00%> (-2.21%) :arrow_down:

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 5db0221...eec2e95. Read the comment docs.