Created
April 20, 2021 13:15
-
-
Save groundnuty/6806246ece4f2659bc0a52f35aed4bc6 to your computer and use it in GitHub Desktop.
K8S Resources Summary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
k get node -lkubernetes.io\/role=standard -o json | jq -r '[.items[] | .status.allocatable .cpu | .[0:-1] | tonumber | .] | add' | |
k get node -lkubernetes.io\/role=standard -o json | jq -r '[.items[] | .status.allocatable .memory | .[0:-1] | tonumber | .] | add'c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment