Skip to content

Commit 362ffa0

Browse files
committed
Evenly distribute tables
1 parent c97f0a0 commit 362ffa0

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

articles/spring-cloud/spring-cloud-concept-app-status.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ To view general status of an application type, select **Apps** in the left navig
2323
The Deployment status is reported as one of the following values:
2424

2525
Deployment.properties.Status:
26-
| Enum | Definition |
27-
|----------|:----------------:|
28-
| Running | The deployment runs properly |
29-
| Stopped | The deployment is stopped |
30-
| Compiling | ASC is compiling user's source code |
31-
| Allocating | ASC is acquiring resource for the deployment. Prevent user operation in this status. |
32-
| Upgrading | User's app is trying to boot up with given resources and binary deployment. |
33-
| Failed | User's app failed to deploy due to lack of resources, or binary cannot be built from source code. |
26+
| Enum | Definition |
27+
|------------|:-------------------------------------------------------------------------------------------------:|
28+
| Running | The deployment runs properly |
29+
| Stopped | The deployment is stopped |
30+
| Compiling | ASC is compiling user's source code |
31+
| Allocating | ASC is acquiring resource for the deployment. Prevent user operation in this status. |
32+
| Upgrading | User's app is trying to boot up with given resources and binary deployment. |
33+
| Failed | User's app failed to deploy due to lack of resources, or binary cannot be built from source code. |
3434

3535
The Discovery status is reported as one of the following values:
3636

37-
DiscoveryStatus: Show registered status of the instance in Eureka server, same as the definition in Eureka
38-
| Enum | Definition |
39-
|----------|:----------------:|
40-
| Up | The app instance is registered to eureka and ready to receive traffic |
41-
| OUT_OF_SERVICE | The app instance is registered to Eureka and able to receive traffic. but shuts down for traffic intentionally. |
42-
| DOWN | The app instance is not registered to Eureka or is registered but not able to receive traffic. |
37+
| DiscoveryStatus: Show registered status of the instance in Eureka server, same as the definition in Eureka |
38+
|------------------------------------------------------------------------------------------------------------|--|
39+
| ---------- | :----------------: |
40+
| Up | The app instance is registered to eureka and ready to receive traffic |
41+
| OUT_OF_SERVICE | The app instance is registered to Eureka and able to receive traffic. but shuts down for traffic intentionally. |
42+
| DOWN | The app instance is not registered to Eureka or is registered but not able to receive traffic. |
4343

4444
## App instances status
4545

0 commit comments

Comments
 (0)