-
Notifications
You must be signed in to change notification settings - Fork 99
enable operator metric service and servicemonitor #667
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
Conversation
Skipping CI for Draft Pull Request. |
The upgrade procedure worked. New service for the metrics was created and old (2.10) metrics service was deleted. Same for the servicemonitor For few seconds, they co-existed.
Maybe it helped that the name changed, and if the name is the same, the upgrade breaks :) but after the operator-sdk version changes, the name of the service changed and the upgrade succeed. Same for services
After few seconds, old service and servicemonitor was deleted
|
👍. Could you test an upgrade with the same name? I see a fix for it was backported to 4.7 looking at that issue but I am not sure if it was backported to 4.6 |
I think I found the fix for 4.6 too. It seems it was included in 4.6.16: https://bugzilla.redhat.com/show_bug.cgi?id=1920873 |
It has been fixed. Tested on
Upgrading to a "fake" 2.12 with the same service and servicemonitor names bundled, the upgrade procedure succeed. The new install plan reports that service and servicemonitor were
The objects were not replaced or updated, just remained. |
14ce994
to
3b7a67c
Compare
3b7a67c
to
c24b5e2
Compare
Code Climate has analyzed commit c24b5e2 and detected 0 issues on this pull request. View more on Code Climate. |
/retest |
1 similar comment
/retest |
https://issues.redhat.com/browse/THREESCALE-7644
TODO