Created
September 28, 2021 15:53
-
-
Save jhoelzel/9cf00a5eda378996669a426b0d780502 to your computer and use it in GitHub Desktop.
Easyli scroll through kubectl output with more
This file contains 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
# with more you can easily scroll through the kubectl output: | |
kubectl -n kube-system get deployment.apps/cluster-autoscaler -o yaml | more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment