Skip to content

Commit

Permalink
Merge pull request #1273 from run-ai/remove-TBD-workloads-support
Browse files Browse the repository at this point in the history
Removed TBD from Workloads Support docs
  • Loading branch information
lavianalon authored Dec 9, 2024
2 parents 21a6bde + 9be9a8f commit 48a1ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The following table describes the different phases in a workload life cycle.
| :---- | :---- | :---- | :---- |
| Creating | Workload setup is initiated in the Cluster. Resources and pods are now provisioning | A workload is submitted | A multi-pod group is created |
| Pending | Workload is queued and awaiting resource allocation. | A pod group exists | All pods are scheduled |
| Initializing | Workload is retrieving images, starting containers, and preparing pods | All pods are scheduled—handling of multi-pod groups TBD | All pods are initialized or a failure to initialize is detected |
| Initializing | Workload is retrieving images, starting containers, and preparing pods | All pods are scheduled | All pods are initialized or a failure to initialize is detected |
| Running | Workload is currently in progress with all pods operational | All pods initialized (all containers in pods are ready) | workload completion or failure |
| Degraded | Pods may not align with specifications, network services might be incomplete, or persistent volumes may be detached. Check your logs for specific details. | Pending: All pods are running but with issues Running: All pods are running with no issues. | Running: All resources are OK Completed: Workload finished with fewer resources Failed: Workload failure or user-defined rules |
| Deleting | Workload and its associated resources are being decommissioned from the cluster | Deleting the workload. | Resources are fully deleted |
Expand Down
2 changes: 1 addition & 1 deletion docs/platform-admin/workloads/workload-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The *Status* column shows the current status of the workload. The following tabl
| --- | --- | --- | --- |
| **Creating** |Workload setup is initiated in the cluster. Resources and pods are now provisioning. | A workload is submitted. | A multi-pod group is created.|
| **Pending** | Workload is queued and awaiting resource allocation. | A pod group exists. | All pods are scheduled. |
| **Initializing** | Workload is retrieving images, starting containers, and preparing pods. | All pods are scheduled—handling of multi-pod groups TBD. | All pods are initialized or a failure to initialize is detected. |
| **Initializing** | Workload is retrieving images, starting containers, and preparing pods. | All pods are scheduled. | All pods are initialized or a failure to initialize is detected. |
| **Running** | Workload is currently in progress with all pods operational. | All pods initialized (all containers in pods are ready). | Job completion or failure. |
| **Degraded** | Pods may not align with specifications, network services might be incomplete, or persistent volumes may be detached. Check your logs for specific details. | **Pending**&mdash;All pods are running but with issues. </br> **Running**&mdash;All pods are running with no issues. | **Running**&mdash;All resources are OK.</br> **Completed**&mdash; Job finished with fewer resources.</br>**Failed**&mdash;Job failure or user-defined rules. |
| **Deleting** | Workload and its associated resources are being decommissioned from the cluster. | Deleting of the workload. | Resources are fully deleted. |
Expand Down

0 comments on commit 48a1ca8

Please sign in to comment.