Skip to content

re-enable buildkit on minikube v1.8.0+. Fixes https://github.com/windmilleng/tilt/issues/3192#3198

Merged
nicks merged 1 commit into
masterfrom
nicks/ch6163
Apr 10, 2020
Merged

re-enable buildkit on minikube v1.8.0+. Fixes https://github.com/windmilleng/tilt/issues/3192#3198
nicks merged 1 commit into
masterfrom
nicks/ch6163

Conversation

@nicks

@nicks nicks commented Apr 10, 2020

Copy link
Copy Markdown
Contributor

Hello @jazzdan, @maiamcc,

Please review the following commits I made in branch nicks/ch6163:

ee9f862 (2020-04-10 10:17:26 -0400)
re-enable buildkit on minikube v1.8.0+. Fixes #3192

Code review reminders, by giving a LGTM you attest that:

  • Commits are adequately tested
  • Code is easy to understand and conforms to style guides
  • Incomplete code is marked with TODOs
  • Code is suitably instrumented with logging and metrics

@nicks
nicks requested review from jazzdan and maiamcc April 10, 2020 14:18
@nicks

nicks commented Apr 10, 2020

Copy link
Copy Markdown
Contributor Author

i didn't pick minikube v1.8.0 for any particular reason, it's just what I had on my machine and could verify with. (I couldn't figure out from the upstream ticket when this was fixed). We can move it earlier if someone asks for it, though minikube is pretty good about nudging people to upgrade

@nicks
nicks force-pushed the nicks/ch6163 branch 2 times, most recently from a184f5f to 4679e5a Compare April 10, 2020 14:53

@maiamcc maiamcc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

awesome, ty!


import "context"

type FakeMinkube struct {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

heh Minkube 😅

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

i'm amazed at how consistent we were

Comment thread internal/docker/env.go
"github.com/windmilleng/tilt/pkg/logger"
)

var minMinikubeVersionBuildkit = semver.MustParse("1.8.0")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

the note in this PR about why v1.8.0 would be good to add here too, I think

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

good point, comment added!

@nicks
nicks merged commit 94c23f7 into master Apr 10, 2020
@nicks
nicks deleted the nicks/ch6163 branch April 10, 2020 17:54
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.

re-enable buildkit with minikube

2 participants