diff --git a/content/en/docs/reference/kubectl/cheatsheet.md b/content/en/docs/reference/kubectl/cheatsheet.md index 19c2529008..dc3ab9f0dc 100644 --- a/content/en/docs/reference/kubectl/cheatsheet.md +++ b/content/en/docs/reference/kubectl/cheatsheet.md @@ -161,7 +161,6 @@ kubectl get services --sort-by=.metadata.name kubectl get pods --sort-by='.status.containerStatuses[0].restartCount' # List PersistentVolumes in test namespace sorted by capacity - kubectl get pv -n test --sort-by=.spec.capacity.storage # Get the version label of all pods with label app=cassandra