-
Notifications
You must be signed in to change notification settings - Fork 404
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
Enable overriding docker client #378
Conversation
Thanks for the quick review @imjasonh ! Looks like the kind e2e tests fail because of issues setting up the kind clusters. I can see this in the logs:
|
@@ -35,10 +35,12 @@ const ( | |||
) | |||
|
|||
// demon is intentionally misspelled to avoid name collision (and drive Jon nuts). | |||
// [Narrator: Jon wasn't the only one driven nuts.] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
I don't understand why the kind tests are failing |
@halvards want to rebase this to pick up kind fix? |
When embedding ko, it may be necessary to override the docker client. This adds a PublishOption to inject a docker client created elsewhere. Ko will use this client to interact with the docker daemon. Context: GoogleContainerTools/skaffold#6054 (comment)
1c3c01e
to
d2d6abd
Compare
kind e2e tests passing. Thanks @imjasonh and @jonjohnsonjr! |
When embedding ko, it may be necessary to override the docker client.
This adds a PublishOption to inject a docker client created elsewhere.
Ko will use this client to interact with the docker daemon.
Context: GoogleContainerTools/skaffold#6054 (comment)