-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update bundled binaries #33
Conversation
I'm not sure why the integration test breaks. I don't see any regression on my local setup on MacOS. |
Another regression:
|
ok, this one is fixed |
Ok, I improved debugging and now I see
|
9ac91ad
to
5e2f40d
Compare
did the trick |
The default URL for kubectl is changed to https://dl.k8s.io/release/ (current official) as the old one does not have newer versions. It should fix the problem that bundled version of kubectl is used:
Additional patch:
Closes #32