-
Notifications
You must be signed in to change notification settings - Fork 4.8k
[WIP] k8s rebase #5049
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
[WIP] k8s rebase #5049
Conversation
|
It begins |
Godeps/Godeps.json
Outdated
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 think this should get bumped. It's coming from docker/distribution.
|
No, we actually want validation disabled, but we should override that in our wrapper to leave kubectl behavior unchanged |
Godeps/Godeps.json
Outdated
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 think we want skydns backleved
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.
Yeah… before we spend too much time with this, let's make sure the godep save was correct… this looks weird
|
Lots of deps seem incorrectly touched |
|
Yeah, I've been fighting hard with godep yesterday. For some reason it was failing for me on every single step (restore and save) except for k8s part, which worked smoothly. I had to go get a lot of deps, though I don't remember any of those you guys mention being problematic, that's why it's weird for me. |
|
godep is a mess. Keep the Kube changes in a separate commit, and try to trim down any unnecessary bumps. Also check for any dropped patches in go-restful (you will pick these while cherry-picking), skydns, distribution, gophercloud. There may be others. |
|
I've fixed all the external deps. Next step I'll review k8s changes, because godep ignores by default _test.go files 😢 which we include everywhere. |
really? it's always pulled in _test.go files for me... |
|
@liggitt if you add -t flag it does, at least the latest version I have. |
84a93fc to
25de886
Compare
|
I've split the shared libs bumps into separate commits, as @Kargakis pointed me that. |
Conflicts: Godeps/_workspace/src/k8s.io/kubernetes/pkg/kubectl/cmd/exec.go Godeps/_workspace/src/k8s.io/kubernetes/pkg/kubectl/cmd/portforward.go
Conflicts: Godeps/_workspace/src/k8s.io/kubernetes/pkg/api/validation/validation_test.go
Conflicts: Godeps/_workspace/src/k8s.io/kubernetes/pkg/controller/serviceaccount/serviceaccounts_controller.go Godeps/_workspace/src/k8s.io/kubernetes/pkg/controller/serviceaccount/serviceaccounts_controller_test.go
Used for keeping backwards compatibility for the Metadata field
|
Origin Action Required: Pull request cannot be automatically merged, please rebase your branch from latest HEAD and push again |
|
Superseded by #5143. |

No description provided.