You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My challenge comes down to how Linkerd handles Argo Rollouts. Currently, Linkerd doesn’t treat Argo Rollouts as a distinct entity; it just considers them as part of the broader ReplicaSets category. When I look at my rollouts in Linkerd Viz, it doesn’t give me a dedicated, clear-cut view. Instead, what bugs me is that it lists all the old ReplicaSets (now inactive and greyed out) from past rollouts right alongside my active ones. It clutters the view and distracts from what’s important: understanding my active rollouts.
How should the problem be solved?
I believe what we need is for Linkerd Viz to recognize and support Argo Rollouts as a first-class citizen. This means:
Identifying Argo Rollout objects specifically, giving them their own space apart from the regular ReplicaSets.
Any alternatives you've considered?
I've been using a ReplicaSet view
How would users interact with this feature?
In Linkerd Viz, I’m picturing a separate section for Argo Rollouts, distinct from other services or entities.
For those of us using the command line, a specific command would make life easier, something like:
linkerd viz stat argo-rollouts -n <namespace>
Would you like to work on this feature?
maybe
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
What problem are you trying to solve?
My challenge comes down to how Linkerd handles Argo Rollouts. Currently, Linkerd doesn’t treat Argo Rollouts as a distinct entity; it just considers them as part of the broader ReplicaSets category. When I look at my rollouts in Linkerd Viz, it doesn’t give me a dedicated, clear-cut view. Instead, what bugs me is that it lists all the old ReplicaSets (now inactive and greyed out) from past rollouts right alongside my active ones. It clutters the view and distracts from what’s important: understanding my active rollouts.
How should the problem be solved?
I believe what we need is for Linkerd Viz to recognize and support Argo Rollouts as a first-class citizen. This means:
Identifying Argo Rollout objects specifically, giving them their own space apart from the regular ReplicaSets.
Any alternatives you've considered?
I've been using a ReplicaSet view
How would users interact with this feature?
In Linkerd Viz, I’m picturing a separate section for Argo Rollouts, distinct from other services or entities.
For those of us using the command line, a specific command would make life easier, something like:
linkerd viz stat argo-rollouts -n <namespace>
Would you like to work on this feature?
maybe
The text was updated successfully, but these errors were encountered: