Cluster overview banner reappears after being dismissed — check local storage persistence
#5,102 opened on 2026/06/25
Repository metrics
- Stars
- (30 個のスター)
- PR merge metrics
- (平均マージ 5d 13h) (30d で 57 merged PRs)
説明
Description
The banners on the cluster overview page (e.g. "Meet Joule") can reappear after being dismissed. Dismissing a banner is supposed to store that action in local storage so it does not show again. The persistence logic may not be working correctly.
Expected result
Once a user dismisses a banner, it should not reappear on subsequent visits. The dismissed state should be correctly written to and read from local storage.
Actual result
According to a user report, the banner reappears after being dismissed. We have not been able to reproduce this independently, but the user confirmed it happens consistently.
Steps to reproduce
- Open Kyma Dashboard and navigate to the cluster overview page
- Dismiss one of the onboarding banners using the × button
- Reload the page or return to the cluster overview later
Troubleshooting
Reported by a user. Please verify that the logic is working correctly.