Skip to content

Issue with k8s.io/docs/reference/kubectl/cheatsheet/ #17883

@niharrp

Description

@niharrp

Info mismatch

List PersistentVolumes in test namespace sorted by capacity

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

Most Kubernetes resources (e.g. pods, services, replication controllers, and others) are in some namespaces. However namespace resources are not themselves in a namespace. And low-level resources, such as nodes and persistentVolumes, are not in any namespace.

Metadata

Metadata

Assignees

Labels

kind/bugCategorizes issue or PR as related to a bug.language/enIssues or PRs related to English languagepriority/backlogHigher priority than priority/awaiting-more-evidence.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions