Commit 64e262ea authored by Patrick Stegmann's avatar Patrick Stegmann Committed by Marc Cornellà
Browse files

kubectl: add kga and kgaa aliases (#6744)

parent 69bd9ab3
......@@ -65,7 +65,11 @@ alias krh='kubectl rollout history'
alias kru='kubectl rollout undo'
# Port forwarding
alias kpf="k port-forward"
alias kpf="kubectl port-forward"
# Tools for accessing all information
alias kga='kubectl get all'
alias kgaa='kubectl get all --all-namespaces'
# Logs
alias kl='kubectl logs'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment