Skip to content

Commit

Permalink
fix uncordon command examples (#804)
Browse files Browse the repository at this point in the history
Signed-off-by: Bala.FA <[email protected]>
  • Loading branch information
balamurugana authored Jun 27, 2023
1 parent bfff552 commit 48b0bbd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cmd/kubectl-directpv/uncordon.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ var uncordonCmd = &cobra.Command{
4. Uncordon specific drives from specific nodes
$ kubectl {PLUGIN_NAME} uncordon --nodes=node{1...4} --drives=sd{a...f}
5. Uncordon drives which are in 'warm' access-tier
$ kubectl {PLUGIN_NAME} uncordon --access-tier=warm
6. Uncordon drives which are in 'error' status
5. Uncordon drives which are in 'error' status
$ kubectl {PLUGIN_NAME} uncordon --status=error`,
`{PLUGIN_NAME}`,
consts.AppName,
Expand Down

0 comments on commit 48b0bbd

Please sign in to comment.