Skip to content
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

Add ability to filter only latest revision of Deployment/ReplicaSet #12196

Open
nobuyo opened this issue Jan 28, 2023 · 4 comments · May be fixed by #12197
Open

Add ability to filter only latest revision of Deployment/ReplicaSet #12196

nobuyo opened this issue Jan 28, 2023 · 4 comments · May be fixed by #12197
Labels
bug/enhancement component:ui User interfaces bugs and enhancements enhancement New feature or request type:enhancement

Comments

@nobuyo
Copy link
Contributor

nobuyo commented Jan 28, 2023

Summary

Add a new filter to hide old revisions of deployment/replicaset to application details page.

Motivation

I want to show only the latest revision of the replicaset in the application details.
I know there is a setting in the Deployment manifest called revisionHistoryLimit, but it would be helpful to be able to see only the most recent ones to recognize what is going on.

Proposal

Add a checkbox to left sidebar. It has label like "Hide Old Revisions".

@nobuyo nobuyo added the enhancement New feature or request label Jan 28, 2023
@nobuyo nobuyo linked a pull request Jan 28, 2023 that will close this issue
10 tasks
@alexef
Copy link
Member

alexef commented Jan 30, 2023

Also struggling with that. I proposed a fix for the tree view to order replicasets by revision, to see the active one at the top.

@erhudy
Copy link
Contributor

erhudy commented Feb 7, 2023

I'd also like to see this. I get more questions about "why isn't my app updating?" than anything else, and it's almost always because they're seeing all the outdated ReplicaSets and getting confused.

@NickLarsenNZ
Copy link

NickLarsenNZ commented Apr 18, 2023

I think the revisions should either be hidden by default, or grouped (kind of like how Github Actions groups matrix jobs):

image

@ChristianCiach
Copy link
Contributor

I think this is a duplicate of issue #4359

@alexmt alexmt added bug/enhancement component:ui User interfaces bugs and enhancements type:enhancement labels Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/enhancement component:ui User interfaces bugs and enhancements enhancement New feature or request type:enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants