Forked from fsoppelsa/gist:3f7a4c50820123eddfe908082ea9f8d7
Created
December 13, 2024 17:01
-
-
Save g0053/eece1429f85d3ff2edb46387ee770dd2 to your computer and use it in GitHub Desktop.
oc neat
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
wget https://github.com/itaysk/kubectl-neat/releases/latest/download/kubectl-neat_linux_amd64.tar.gz | |
tar vxfz kubectl-neat_linux_amd64.tar.gz | |
chmod 700 kubectl-neat && sudo cp kubectl-neat /usr/local/bin | |
oc -n openshift-vertical-pod-autoscaler get po/vpa-recommender-default-c685b649-tdjz7 -o yaml | oc neat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment