Skip to content

Commit 3bba2cc

Browse files
authored
Update 15-instances.md instance states (#550)
1 parent 8209935 commit 3bba2cc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

website/docs/docs/concepts/15-instances.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,11 @@ Every instance includes:
8282
8383
1. **State**: High-level status
8484
85-
- `Running`: All resources are ready
86-
- `Progressing`: Working towards desired state
87-
- `Failed`: Error occurred
88-
- `Terminating`: Being deleted
85+
- `ACTIVE`: Indicates that the instance is successfully running and active.
86+
- `IN_PROGRESS`: Indicates that the instance is currently being processed or reconciled.
87+
- `FAILED`: Indicates that the instance has failed to be properly reconciled.
88+
- `DELETING`: Indicates that the instance is in the process of being deleted.
89+
- `ERROR`: Indicates that an error occurred during instance processing.
8990

9091
2. **Conditions**: Detailed status information
9192

0 commit comments

Comments
 (0)