-
Notifications
You must be signed in to change notification settings - Fork 126
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
fix: "Loading Pods View" and "failed to get pod details" state on UI #2248
Conversation
Signed-off-by: adarsh0728 <gooneriitk@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2248 +/- ##
==========================================
+ Coverage 65.19% 65.26% +0.06%
==========================================
Files 346 346
Lines 42062 42062
==========================================
+ Hits 27423 27450 +27
+ Misses 13566 13542 -24
+ Partials 1073 1070 -3 ☔ View full report in Codecov by Sentry. |
Signed-off-by: adarsh0728 <gooneriitk@gmail.com>
Whenever new pods are up, we get the new pods' metadata from the Also, whenever there was any error in |
…umaproj#2248) Signed-off-by: adarsh0728 <gooneriitk@gmail.com>
…2248) Signed-off-by: adarsh0728 <gooneriitk@gmail.com>
Resolves #2089 and Resolves #2240