Skip to content

Instantly share code, notes, and snippets.

@hadi2f244
Created September 30, 2023 11:52
Show Gist options
  • Save hadi2f244/7dfdd19198aea0e8af53a1350306757a to your computer and use it in GitHub Desktop.
Save hadi2f244/7dfdd19198aea0e8af53a1350306757a to your computer and use it in GitHub Desktop.
sudo kubectl get po -o custom-columns="Name:metadata.name,CPU-limit:spec.containers[*].resources.limits.cpu, CPU-request:spec.containers[*].resources.requests.cpu, memory-limits:spec.containers[*].resources.limits.memory, memory-request:spec.containers[*].resources.requests.memory" -A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment