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

Fix this integration test on minikube #3807

Merged

Conversation

dgageot
Copy link
Contributor

@dgageot dgageot commented Mar 10, 2020

Skaffold will build the image in the minikube’s Docker engine. The integration used to search the image into the default Docker engine.

Signed-off-by: David Gageot david@gageot.net

Skaffold will build the image in the minikube’s
Docker engine. The integration used to search
the image into the default Docker engine.

Signed-off-by: David Gageot <david@gageot.net>
@codecov
Copy link

codecov bot commented Mar 10, 2020

Codecov Report

Merging #3807 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted Files Coverage Δ
...affold/kubernetes/portforward/kubectl_forwarder.go 68.29% <0%> (+2.43%) ⬆️

cfg, err := kubectx.CurrentConfig()
failNowIfError(t, err)

// TODO: use the proper RunContext
Copy link
Contributor

Choose a reason for hiding this comment

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

why can't we just use runcontext.GetRunContext() here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We don't really have SkaffoldOptions and SkaffoldPipeline available.

@nkubala nkubala merged commit 5fbb093 into GoogleContainerTools:master Mar 16, 2020
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.

None yet

3 participants