-
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
[test failed] [1.10 upgrade] Cadvisor should be healthy on every node #60768
Comments
/sig instrumentation |
xref #60764 |
@kubernetes/sig-release-admins looks like this needs /milestone'd by somebody with priv's |
whoops, thanks for reminding me |
I dug into this a bit and I think I figured out what's happening. The test logs of each of the 6 retries of the cAdvisor "ping" on each node says:
At first this seemed curious, but I realized that this is actually the correct behavior for a 1.10 cluster, as the I talked to @sttts, as I wasn't sure how to proceed, he told me, that we need to get the patch to use the "new"/non-deprecated API into a 1.9.x release, cut the release, and then the upgrade tests should pass. He also mentioned that you @mbohlool are the release lead for 1.9, I'm just tagging you so you are aware of this. I will open a PR against the 1.9 release branch to adapt the test to use the "new"/non-deprecated API. |
/status in-progress |
You must be a member of the kubernetes/kubernetes-milestone-maintainers github team to add status labels. |
Opened #60921, I'm not sure if I followed the procedure correctly, please let me know if I did something wrong. |
/status in-progress helping out since @brancz is a SIG lead ;-) |
in progress, 1.9 PR open at #60921 |
[MILESTONENOTIFIER] Milestone Issue Needs Attention @fabxc @krzyzacy @piosz @kubernetes/sig-instrumentation-misc Action Required: This issue has not been updated since Mar 13. Please provide an update. Note: This issue is marked as Example update:
Issue Labels
|
Automatic merge from submit-queue. e2e/monitoring: Use non-deprecated proxy API **What this PR does / why we need it**: In Kubernetes 1.10 this API is removed, which causes upgrade tests to fail, as the deprecated, but in 1.10 removed API is used here. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #60768 **Special notes for your reviewer**: I'm not sure whether the upgrade tests are run from HEAD of 1.9 branch or from the latest release, if it's from the latest release, then we need a 1.9.x patch release for the upgrade test to be fixed. cc @mbohlool (this is my first time doing this so I may have done something completely wrong, please tell me if I did do so 🙂)
fixed by #60921 |
the tests are failing in http://k8s-testgrid.appspot.com/sig-release-master-upgrade#gce-1.9-master-upgrade-master
/sig sig-instrumentation
/priority failing-test
/priority critical-urgent
/kind bug
/status approved-for-milestone
cc @jdumars @jberkus
/assign @piosz @fabxc
also cc @dashpole for cadvisor I guess
The text was updated successfully, but these errors were encountered: