Skip to content

Commit ef9679c

Browse files
committed
Take out ASC from descriptions
1 parent 76f4430 commit ef9679c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ To view general status of an application type, select **Apps** in the left navig
2626
|:--:|:----------------:|
2727
| Running | The deployment runs properly |
2828
| Stopped | The deployment is stopped |
29-
| Compiling | ASC is compiling user's source code |
30-
| Allocating | ASC is acquiring resource for the deployment. Prevent user operation in this status. |
29+
| Compiling | Compiling user's source code |
30+
| Allocating | Acquiring resource for the deployment. Prevent user operation in this status. |
3131
| Upgrading | User's app is trying to boot up with given resources and binary deployment. |
3232
| Failed | User's app failed to deploy due to lack of resources, or binary cannot be built from source code. |
3333

@@ -37,8 +37,8 @@ To view general status of an application type, select **Apps** in the left navig
3737
|:--:|:----------------:|
3838
| Creating | The resource is creating. |
3939
| Updating | The resource is updating. |
40-
| Succeeded | ASC successfully supplies resources and deploys the binary. |
41-
| Failed | ASC failed to achieve the *Succeeded* goal. |
40+
| Succeeded | Successfully supplied resources and deploys the binary. |
41+
| Failed | Failed to achieve the *Succeeded* goal. |
4242
| Deleting | The resource is being deleted. This prevents operation, and the resource is not available in this status. |
4343

4444
**The Discovery status is reported as one of the following values:**
@@ -61,10 +61,10 @@ To view the status of a specific instance of a deployed app, click the **Name**
6161

6262
| Enum | Definition |
6363
|:--:|:----------------:|
64-
| Pending | ASC is still allocating resources for the instance |
64+
| Pending | Still allocating resources for the instance |
6565
| Starting | The binary is successfully deployed to the given instance. Instance booting the jar file may fail because jar cannot run properly. |
6666
| Running | The instance works. |
67-
| Failed | ASC failed to deploy the resource to the instance. |
67+
| Failed | Failed to deploy the resource to the instance. |
6868
| Terminating | The app instance is shutting down. |
6969
| Retiring | The app instance is for the previous deployment and should be retired after the current deployment operation. |
7070

0 commit comments

Comments
 (0)