add output of status to the readme

Signed-off-by: suigh <suigh@cn.ibm.com>
This commit is contained in:
suigh
2021-08-10 10:28:56 +08:00
parent f3b0086f79
commit ce54545563

View File

@@ -115,11 +115,20 @@ spec:
EOF
```
Check the 'PlacementDecision'created for this placement. It contains all selected clusters in status.
```
Check the 'PlacementDecision' created for this placement. It contains all selected clusters in status.
```txt
kubectl get placementdecisions
NAME AGE
placement1-decision-1 14s
placement1-decision-1 2m27s
kubectl describe placementdecisions placement1-decision-1
......
Status:
Decisions:
Cluster Name: cluster1
Reason:
Events: <none>
```
### Clean up