-
Notifications
You must be signed in to change notification settings - Fork 898
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
Use images to get registry pods using the registry instead of running it. #18148
Use images to get registry pods using the registry instead of running it. #18148
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@yaacov IDK about changing the meaning of an existing field, though I agree I would have expected this to be the number of pods using not running the registry. Can we add another association for the old meaning?
|
I don't think number of pods serving the registry would be useful for anyone, only increasing confusing (if one really needs, click the services). But adding an association is harmless as long as we don't show it :-) I'd be in favor of renaming |
Yeah this might very well be true, I just don't want someone to have e.g. built a report and now they can't get at the data at all. |
…running the registry service functionality
535772f
to
56d5ff6
Compare
@miq-bot add_label blocker |
Blocker? @yaacov this isn't a regression right? |
the BZ is blocker: https://bugzilla.redhat.com/show_bug.cgi?id=1599696
Yes not a regression, Dave Johnson asked it to be registered as one here: https://bugzilla.redhat.com/show_bug.cgi?id=1599696#c2 |
Okay thanks @yaacov I'll comment on the BZ. |
@simaishi updated |
…-services Use images to get registry pods using the registry instead of running it. (cherry picked from commit 22f6e09) https://bugzilla.redhat.com/show_bug.cgi?id=1599696
Hammer backport details:
|
Description
Currently,
number of pods
is the number of pods that run the registry-service.It makes more seance that
number of pods
will count the number of pods using the registry-service.This PR changes the meaning of
Container Pods
from running the registry to using it.Screenshot
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1599696