Cluster overview banner reappears after being dismissed — check local storage persistence
#5,102 opened on Jun 25, 2026
Repository metrics
- Stars
- (30 stars)
- PR merge metrics
- (PR metrics pending)
Description
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.