Skip to content

Commit

Permalink
Update cheatsheet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
praveen-kg authored Oct 23, 2019
1 parent 27a2a03 commit 5da6064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/reference/kubectl/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ kubectl get services --sort-by=.metadata.name
# List pods Sorted by Restart Count
kubectl get pods --sort-by='.status.containerStatuses[0].restartCount'

# List pods in test namespace sorted by capacity
# List PersistentVolumes in test namespace sorted by capacity

kubectl get pv -n test --sort-by=.spec.capacity.storage

Expand Down

0 comments on commit 5da6064

Please sign in to comment.