Skip to content

Commit 605cdb8

Browse files
committed
fix: update dashboard to support pod Evicted state
1 parent e925f53 commit 605cdb8

File tree

1 file changed

+1
-0
lines changed
  • plugins/plugin-codeflare-dashboard/src/controller/dashboard

1 file changed

+1
-0
lines changed

Diff for: plugins/plugin-codeflare-dashboard/src/controller/dashboard/status.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ const stateFor: Record<string, WorkerState> = {
5858

5959
Failed: "Failed",
6060
FailedScheduling: "Failed",
61+
Workers_Evicted: "Failed",
6162
}
6263

6364
/**

0 commit comments

Comments
 (0)