Skip to content

Commit 678526d

Browse files
committed
Remove dublicate table. Fix type up -> UP
1 parent 541b923 commit 678526d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ To view general status of an application type, select **Apps** in the left navig
3030
| Running | The deployment SHOULD be running. |
3131
| Stopped | The deployment SHOULD be stopped. |
3232

33-
**The Discovery status is reported as one of the following values:**
34-
35-
| Enum | Definition |
36-
|:--:|:----------------:|
37-
| Up | The app instance is registered to eureka and ready to receive traffic |
38-
| OUT_OF_SERVICE | The app instance is registered to Eureka and able to receive traffic. but shuts down for traffic intentionally. |
39-
| DOWN | The app instance is not registered to Eureka or is registered but not able to receive traffic. |
40-
4133
**The provisioning state is accessible only from the CLI. It is reported as one of the following values:**
4234

4335
| Enum | Definition |
@@ -69,7 +61,7 @@ To view the status of a specific instance of a deployed app, click the **Name**
6961

7062
| Enum | Definition |
7163
|:--:|:----------------:|
72-
| Up | The app instance is registered to eureka and ready to receive traffic |
64+
| UP | The app instance is registered to eureka and ready to receive traffic |
7365
| OUT_OF_SERVICE | The app instance is registered to Eureka and able to receive traffic. but shuts down for traffic intentionally. |
7466
| DOWN | The app instance is not registered to Eureka or is registered but not able to receive traffic. |
7567

0 commit comments

Comments
 (0)