-
Notifications
You must be signed in to change notification settings - Fork 227
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
do not loop forever when message when Gateway API is not available #2738
Comments
@joaquimrocha Do you any link how it is done in different locations? |
The useList function, which we use for most listings, returns results as null till the fetching is done. After that, if there's an error, we display it (otherwise the results are shown). E.g.:
|
@farodin91 Let me know if you are taking a look or whether you prefer us to do it. Cheers. |
I'll try checkout these ideas in the evening. |
Hi @farodin91 . We would like to release this week with a fix for this. Let me know if you were able to take a look or whether we should take it. Sorry for the pressure, just trying to understand how we should move. |
@joaquimrocha Go for it. My last week were pretty full. |
@sniok URGENT: Turns out this is an existing error in the useKubeObjectList logic and so it's currently affecting Headlamp when there's no endpoint for a certain resource. There are two problems:
We should also probably fix the issue that we're not passing the endpoints for the desired cluster when querying. |
Fixed with #2766 |
See #2504 (comment) for context.
Like other views, we need to account for whether this is resource is available.
The text was updated successfully, but these errors were encountered: