Files
website/content
praveen-kg e26dd31892 incorrect command for sort-by operation on pod (#17032)
* incorrect command for sort-by

kubectl get pods -n test --sort-by=.spec.capacity.storage, is incorrect for pod as pods will not have capacity.storage under .spec, rather it should be for PersistentVolume.

So change the command  

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

* Update cheatsheet.md
2019-11-25 21:29:10 -08:00
..
2019-11-08 08:44:15 -08:00
2019-11-22 07:57:29 -08:00
2019-05-08 11:56:34 -07:00
2019-11-25 07:41:09 -08:00
2019-11-14 14:15:14 -08:00
2019-11-25 07:45:27 -08:00