-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Need to add ROUTER_METRICS_TYPE during router upgrades #3845
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
Comments
openshift/openshift-docs#3779 potential source for other additional changes during upgrade |
Seems like @smarterclayton should have made this change as part of his patchset |
Um... why is router upgrade not rerunning oadm router and merging? |
So if the upgrader is just setting the latest image, there are quite a few things that are missing. In which case we probably need to start doing more to actually upgrade users, but it's not inconsistent with our current behavior. My understanding is that online was actually doing something much more, and I assumed that as part of the merge of the ops code we pulled that in. |
I don't believe they were doing anything beyond what we're doing now, @mwoodson can you verify? @smarterclayton can you show us how you'd re-generate and merge? |
Thomas had described to me before, but that may have been manual. Even
though we try really hard to be backwards compat, router and registry may
deserve to be periodically upgraded (but, we'd have to be sure users wanted
that, a la reconcile).
…On Tue, Apr 4, 2017 at 8:15 PM, Scott Dodson ***@***.***> wrote:
I don't believe they were doing anything beyond what we're doing now,
@mwoodson <https://github.com/mwoodson> can you verify?
@smarterclayton <https://github.com/smarterclayton> can you show us how
you'd re-generate and merge?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3845 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG_p3Xot14gQ5H9oalrM4zH-fjJoqIVks5rsojQgaJpZM4My4lW>
.
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Uh oh!
There was an error while loading. Please reload this page.
@jhadvig has discovered that after upgrading to latest origin e2e tests fail because the router does not export metrics when upgraded from 3.5 to current origin/master. This was a change that was introduced in openshift/origin#13337 and we need to make sure to apply that change during upgrades.
e2e test failure post upgrade https://ci.openshift.redhat.com/jenkins/view/All/job/test_branch_origin_extended_conformance_install_update/154/consoleFull#-81124364856cbb9a5e4b02b88ae8c2f77
Router upgrade happens here but all we do is patch the image version.
https://github.com/openshift/openshift-ansible/blob/master/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml#L12-L42
The text was updated successfully, but these errors were encountered: