|
2 | 2 |
|
3 | 3 | ## Statuses |
4 | 4 |
|
5 | | -| Status | Meaning | |
6 | | -|----------------------|---| |
7 | | -| ready | Resource is ready | |
8 | | -| pending | Resource is waiting for another resource to be ready, or its workload is initializing | |
| 5 | +| Status | Meaning | |
| 6 | +|-------------------------|---| |
| 7 | +| ready | Resource is ready | |
| 8 | +| pending | Resource is waiting for another resource to be ready, or its workload is initializing | |
9 | 9 | | running, ingesting,<br>aggregating, transforming,<br>generating, training | Resource is being created | |
10 | | -| error | Resource was not created due to an error; run `cortex logs <name>` to view the logs | |
11 | | -| skipped | Resource was not created due to an error in another resource in the same workload | |
12 | | -| terminated | Resource was terminated | |
13 | | -| upstream error | Resource was not created due to an error in one of its dependencies | |
14 | | -| upstream termination | Resource was not created because one of its dependencies was terminated | |
15 | | -| compute unavailable | Resource's workload could not start due to insufficient memory, CPU or GPU in the cluster | |
| 10 | +| error | Resource was not created due to an error; run `cortex logs <name>` to view the logs | |
| 11 | +| skipped | Resource was not created due to an error in another resource in the same workload | |
| 12 | +| terminated | Resource was terminated | |
| 13 | +| terminated (out of mem) | Resource was terminated due to insufficient memory | |
| 14 | +| upstream error | Resource was not created due to an error in one of its dependencies | |
| 15 | +| upstream termination | Resource was not created because one of its dependencies was terminated | |
| 16 | +| compute unavailable | Resource's workload could not start due to insufficient memory, CPU, or GPU in the cluster | |
16 | 17 |
|
17 | 18 | ## API statuses |
18 | 19 |
|
|
29 | 30 | | update skipped | API was not updated due to an error in another resource; a previous version of this API is ready | |
30 | 31 | | upstream error | API was not created due to an error in one of its dependencies; a previous version of this API may be ready | |
31 | 32 | | upstream termination | API was not created because one of its dependencies was terminated; a previous version of this API may be ready | |
32 | | -| compute unavailable | API could not start due to insufficient memory, CPU or GPU in the cluster; some replicas may be ready | |
| 33 | +| compute unavailable | API could not start due to insufficient memory, CPU, or GPU in the cluster; some replicas may be ready | |
0 commit comments