Skip to content

Instantly share code, notes, and snippets.

@jhoelzel
Created September 28, 2021 15:53
Show Gist options
  • Save jhoelzel/9cf00a5eda378996669a426b0d780502 to your computer and use it in GitHub Desktop.
Save jhoelzel/9cf00a5eda378996669a426b0d780502 to your computer and use it in GitHub Desktop.
Easyli scroll through kubectl output with more
# 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