-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Applications view is broken when several application instances are deployed #8153
Comments
Hello @random-ua , Thank you for reaching out! I have contacted our development team regarding your issue . |
@random-ua would you mind trying out our latest You would need to go to Preferences -> App -> Update Channel, and switch that dropdown to |
Tried Lens: 2024.12.182210-beta - the issue is still there |
Could it be caused by |
We identified that this is a bug caused by the way we are handling the labels, so it is definitely a problem on our side (independent from the |
We have several instances of application deployed into a single namespace, each with unique instance id, version and other labels set according to rules from https://docs.k8slens.dev/using-lens/applications/ and https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/.
Lens: 2024.8.291605-latest shows everything just fine (as seen on screenshot 1)
More recent versions (e.g. Lens: 2024.11.261604-latest) show all instances as having the same version, age and instance id (screenshot 2).
This leads to other UI bugs:
To Reproduce
Create several deployments in a single namespace with the same
app.kubernetes.io/name
label but different version andapp.kubernetes.io/instance
, e.g.:Note:
argocd.argoproj.io/instance
is added automatically by ArgoCD.Environment:
Screenshots:
From Lens: 2024.8:
From Lens: 2024.11:
The text was updated successfully, but these errors were encountered: