-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Bump cadvisor dependencies to latest head. #29389
Conversation
@Random-Liu we need to find an alternative for Windows terminal resizing |
3a7eafa
to
914509a
Compare
@ncdc In fact, according to the original PR removing
|
@Random-Liu ok let me do a bit more digging. |
@ncdc Sure, thanks a lot! :) |
@Random-Liu ok I can see why it's not needed. It was used indirectly by the docker and rkt container runtimes to set the size of the tty of the container's process (
kubernetes/pkg/kubelet/rkt/rkt.go Line 2040 in 3b21a99
|
The e2e error is caused by missing ginkgo option The option is added recently onsi/ginkgo#261, but the ginkgo verison in our Godeps is much older - April 9th, onsi/ginkgo@2c2e9bb |
914509a
to
5ea4608
Compare
Updated ginkgo to 7d3240191d7b2311b60090fcbc96e56bffc45ec0, which should have solved the problem #29389 (comment). |
GCE e2e build/test passed for commit 5ea4608. |
Thank you for fixing the ginkgo entry, I'm not entirely sure what I did wrong. |
@Random-Liu PR needs rebase |
Close this one, this one created a upstream branch by mistake. |
Fixes #28619
Fixes #28997
This is another try of #29153.
To update cadvisor godeps, we did:
go-systemd
version to be the same with k8s [https://github.com/Bump up go-systemd to 4484981625c1a6a2ecb40a390fcb6a9bcfee76e3. google/cadvisor#1390]. Or else, a packagegithub.com/coreos/pkg/dlopen
will be removed by Godep, because it is used by newgo-systemd
in k8s, but not used by oldgo-systemd
in cadvisor.github.com/Azure/go-ansiterm
dependency which is needed by docker v1.11.2.pkg/util/term/
, becauseSetWinsSize
is removed from windows platform in docker v1.11.2. [The first commit]@vishh
/cc @ncdc for the
pkg/util/term
change.This change is