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

Only load images into k3d and kind when images are local #4869

Merged
merged 1 commit into from
Oct 7, 2020

Conversation

briandealwis
Copy link
Member

Fixes: #4841

Description
Skaffold shouldn't attempt to load images into kind or k3d when the images were not built locally.

@codecov
Copy link

codecov bot commented Oct 7, 2020

Codecov Report

Merging #4869 into master will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4869   +/-   ##
=======================================
  Coverage   71.86%   71.86%           
=======================================
  Files         356      356           
  Lines       12218    12218           
=======================================
  Hits         8780     8780           
  Misses       2786     2786           
  Partials      652      652           
Impacted Files Coverage Δ
pkg/skaffold/runner/deploy.go 42.62% <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 da65fa5...a4877d6. Read the comment docs.

@briandealwis briandealwis merged commit a57c15b into GoogleContainerTools:master Oct 7, 2020
@briandealwis briandealwis deleted the i4841 branch October 7, 2020 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Skaffold insists on recognize kind cluster as local despite overridden config
2 participants