From ce545455630f19d7fa8dbb516a301790a0518927 Mon Sep 17 00:00:00 2001 From: suigh Date: Tue, 10 Aug 2021 10:28:56 +0800 Subject: [PATCH] add output of status to the readme Signed-off-by: suigh --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 344f55766..16949dc4f 100644 --- a/README.md +++ b/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: ``` ### Clean up