Revised command output info

Corrected grammar mistakes.

Signed-off-by: Timo Ling <t@colin.studio>
This commit is contained in:
Timo Ling 2022-01-18 20:06:38 +08:00 committed by RainbowMango
parent 3cbc342371
commit 11bfabaa6d
1 changed files with 6 additions and 6 deletions

View File

@ -49,7 +49,7 @@ karmadactl get deployment
```
The output is similar to this:
```shell
The karmadactl get command now only supports Push mode, [ member3 ] are not push mode
The karmadactl get command now only supports the push mode. [ member3 ] is not running in push mode.
NAME CLUSTER READY UP-TO-DATE AVAILABLE AGE ADOPTION
nginx member1 1/1 1 1 52s Y
@ -60,7 +60,7 @@ karmadactl get pod -l app=nginx
```
The output is similar to this:
```shell
The karmadactl get command now only supports Push mode, [ member3 ] are not push mode
The karmadactl get command now only supports the push mode. [ member3 ] is not running in push mode.
NAME CLUSTER READY STATUS RESTARTS AGE
nginx-6799fc88d8-s7vv9 member1 1/1 Running 0 52s
@ -93,14 +93,14 @@ kubectl apply -f propagationpolicy-update.yaml
```
2. Display information of the deployment (the output is similar to this):
```shell
The karmadactl get command now only supports Push mode, [ member3 ] are not push mode
The karmadactl get command now only supports the push mode. [ member3 ] is not running in push mode.
NAME CLUSTER READY UP-TO-DATE AVAILABLE AGE ADOPTION
nginx member2 1/1 1 1 5s Y
```
3. List the pods of the deployment (the output is similar to this):
```shell
The karmadactl get command now only supports Push mode, [ member3 ] are not push mode
The karmadactl get command now only supports the push mode. [ member3 ] is not running in push mode.
NAME CLUSTER READY STATUS RESTARTS AGE
nginx-6799fc88d8-8t8cc member2 1/1 Running 0 17s
@ -114,14 +114,14 @@ You can update the deployment template. The changes will be automatically synchr
1. Update deployment replicas to 2
2. Display information of the deployment (the output is similar to this):
```shell
The karmadactl get command now only supports Push mode, [ member3 ] are not push mode
The karmadactl get command now only supports the push mode. [ member3 ] is not running in push mode.
NAME CLUSTER READY UP-TO-DATE AVAILABLE AGE ADOPTION
nginx member2 2/2 2 2 7m59s Y
```
3. List the pods of the deployment (the output is similar to this):
```shell
The karmadactl get command now only supports Push mode, [ member3 ] are not push mode
The karmadactl get command now only supports the push mode. [ member3 ] is not running in push mode.
NAME CLUSTER READY STATUS RESTARTS AGE
nginx-6799fc88d8-8t8cc member2 1/1 Running 0 8m12s