Fix cadvisor_unsupported and the crossbuild#35817
Conversation
|
@k8s-bot build this |
|
/lgtm |
|
I merged this into 1.4 already to get the release done today along with #35136 so removing the cherry-pick candidate label |
| var _ Interface = new(cadvisorUnsupported) | ||
|
|
||
| func New(port uint, runtime string) (Interface, error) { | ||
| func New(port uint, runtime string, rootPath string) (Interface, error) { |
There was a problem hiding this comment.
nit: these input arguments can be ignored. Use _ instead :)
There was a problem hiding this comment.
yeah, sure, but didn't want to break the pattern :)
|
Jenkins GCE Node e2e failed for commit 00fda67. Full PR test history. The magic incantation to run this job again is |
|
@k8s-bot node e2e test this |
|
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
|
Automatic merge from submit-queue |
…herry-pick-of-#35136-kubernetes#35817-origin-release-1.4" This reverts commit 7964708, reversing changes made to b7ad318.
…ck-of-#35136-kubernetes#35817-origin-release-1.4 Automated cherry pick of kubernetes#35136 kubernetes#35817
Resolves a bug in the
cadvisor_unsupported.gocode.Fixes #35735
Introduced by: #35136
We should consider to cherrypick this as #35136 also was cherrypicked
cc @kubernetes/sig-testing @vishh @dashpole @jessfraz
This change is