-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 to kubernetes 1.18.1 dependencies #8879
Update to kubernetes 1.18.1 dependencies #8879
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
d24604f
to
c4ee806
Compare
Adding as WIP because controller-runtime doesn't build with 1.18 libraries. |
4796687
to
ddfeca5
Compare
41a5281
to
375a3f4
Compare
The latest (master) of controller-runtime actually does support 1.18, so we can update after all! |
@justinsb now that v1.18.1 was release, should we just use that instead of v.1.18.0? |
With `make apimachinery`
The client-go signature for most methods adds a context.Context object, and also makes Options mandatory. Feed through a context.Context through many of our methods (but use context.TODO to stop it getting totally out of hand!)
Version not yet tagged, sadly.
apimachinery now requires go 1.13
375a3f4
to
f996d4e
Compare
Good call @hakman - updated to 1.18.1 |
/lgtm |
@justinsb seems that this broke 1.10 and 1.11. I am not really sure what happens with the mount part to be able to fix it.
|
No description provided.