diff --git a/docs/userguide/resource-propagating.md b/docs/userguide/resource-propagating.md index 738b735e9..17b056431 100644 --- a/docs/userguide/resource-propagating.md +++ b/docs/userguide/resource-propagating.md @@ -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