-
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.15 #7470
Conversation
This is the automatic translation from Gopkg that go.mod does.
We need to pin our dependencies in go.mod, at least until everything is fully go.mod
@mikesplain I know you mentioned doing this, but this got onto the critical path for me and proved (much) more complicated than I had anticipated. If you have it though we should obviously use yours! |
f2bcbf7
to
c988c80
Compare
This is great! Thanks so much! I did give this a shot a few weeks ago but didn’t get a chance to finish it up, so I’m totally cool with this. I’ll do a full review in a bit. Thanks! |
We also lock our go.sum files
We will replace with CRDs
Automatically generated vendor & BUILD.bazel files
c988c80
to
08c6f0c
Compare
/retest |
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.
This is great, thanks for breaking it into different commits. Much easier to review.
package kops | ||
|
||
import ( | ||
// For gazelle tests without requiring bazel |
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.
Nice workaround
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb, mikesplain 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 |
May also need to run |
Seeing an odd error from the apply, likely from an empty object: `error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false`
kubernetes/kubernetes#72137 appears to have introduced spurious spaces, but I think we can live with it for now.
5d36af6
to
aa40390
Compare
Also fix hack/make-apimachinery.sh script problem with files that are not marked writeable.
aa40390
to
4092849
Compare
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.
this is great!
/lgtm
The big win: we can use go modules!
Also: remove kops-server