fix: status for completed pods in workload view #2729
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes #2720
Here is a debug log for a table row having the issue -
The READY column is
0/1
and that leads to the row being marked as DEGRADED.Before:
![CleanShot 2024-06-05 at 16 26 39](https://private-user-images.githubusercontent.com/7345249/337045895-b85398f9-ab08-41c2-81fe-deac768efd53.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MDU3NzAsIm5iZiI6MTczODkwNTQ3MCwicGF0aCI6Ii83MzQ1MjQ5LzMzNzA0NTg5NS1iODUzOThmOS1hYjA4LTQxYzItODFmZS1kZWFjNzY4ZWZkNTMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMDUxNzUwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MzBhMGQyM2E4M2NjZGRjNTgyMzc2ODE4ZGUyZmQ4OGVlNWY0ZTU0ZTYxZTEwYTcyN2Y5MWJkMmE1YmNkMGI0ZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.hg976d7vXqmqrf1H3nCJ-GoMpZa6FnY24RkMeDx71Ac)
After:
![CleanShot 2024-06-05 at 16 27 20](https://private-user-images.githubusercontent.com/7345249/337045979-0cf14f5c-a7c0-45a5-81fd-47f2dad8026b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MDU3NzAsIm5iZiI6MTczODkwNTQ3MCwicGF0aCI6Ii83MzQ1MjQ5LzMzNzA0NTk3OS0wY2YxNGY1Yy1hN2MwLTQ1YTUtODFmZC00N2YyZGFkODAyNmIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMDUxNzUwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZDA5YjgwODQ0NmEwM2YzYTc0ZjVjOWU2ZTliZDdiZWE3NGIxZWE5YjQ2MWQ3MzU0M2M1NjVhNjE4MjQ2MDRhZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.5o5ogglsKFcxc68hD8EyB2CPuN47zH5Jaqp-IdAM1CY)