mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-23 17:43:25 +00:00
add output of status to the readme
Signed-off-by: suigh <suigh@cn.ibm.com>
This commit is contained in:
15
README.md
15
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user