kubectl -n draco get vpa -o json | yq '.items[].status.recommendation.containerRecommendations[] | (.containerName +","+.target.cpu + "," + .upperBound.cpu +","+ .target.memory + "," + .upperBound.memory) '
Last active
September 23, 2022 19:44
-
-
Save rammanokar/bff6fe785ca86609789770cf9dca0ac8 to your computer and use it in GitHub Desktop.
VPA Recommendation to CSV
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment