Skip to content

Commit 75fbc0d

Browse files
authored
Add terminated (out of mem) to statuses.md
1 parent 39e9fab commit 75fbc0d

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

docs/applications/resources/statuses.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22

33
## Statuses
44

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 |
99
| 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 |
1617

1718
## API statuses
1819

@@ -29,4 +30,4 @@
2930
| update skipped | API was not updated due to an error in another resource; a previous version of this API is ready |
3031
| upstream error | API was not created due to an error in one of its dependencies; a previous version of this API may be ready |
3132
| 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

Comments
 (0)