-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Fix Godeps in cluster-autoscaler #1251
Comments
Wait, why is kubernetes not being vendored in? Unlike GOPATH (which is what Godep used) using vendor is a much stronger all or nothing. You must vendor everything.... |
Fix to kubernetes/kubernetes#27821. Borrows the necessary piece of kubernetes/kubernetes#27741 to parse the gce.conf. Also opened kubernetes-retired#1251 to fix Godeps correctly
@eparis: It is being vendored in, AFAICT. That's after I updated the k8s dep. |
The fact that it says you have a |
@eparis: The second error is the more obnoxious one, and looks like it'll take a PR to the main repo (unless I'm missing something). It's very possible I just screwed something up, too. |
"I think you did something wrong to get the first error, I don't get it" However, yes, it does seem the second error is going to require some change in pkg/kubectl/cmd/drain.go :-( |
@zmerlynn agreed with path chosen. |
cc/ @mml |
Fix to kubernetes/kubernetes#27821. Borrows the necessary piece of kubernetes/kubernetes#27741 to parse the gce.conf. Also opened kubernetes-retired/contrib#1251 to fix Godeps correctly
Fix to kubernetes/kubernetes#27821. Borrows the necessary piece of kubernetes/kubernetes#27741 to parse the gce.conf. Also opened kubernetes-retired/contrib#1251 to fix Godeps correctly
Fix to kubernetes/kubernetes#27821. Borrows the necessary piece of kubernetes/kubernetes#27741 to parse the gce.conf. Also opened kubernetes-retired/contrib#1251 to fix Godeps correctly
Fixed. |
I'm about to put up an embarassing PR to fix kubernetes/kubernetes#27821 that will manually alter the
vendor/
directory, because theGodeps
are currently in conflict, but we need to get a release out:The text was updated successfully, but these errors were encountered: