Commit 39221643 authored by Dan O'Brien's avatar Dan O'Brien Committed by Robby Russell
Browse files

Add aliases for kubectl nodes (#7093)

* Add aliases for kubectl nodes

* change to have 'o' at the end.

My teammate noticed there's no namespacing shortcuts either and will be doing a PR on them with kgna.
parent 77d75d7f
...@@ -64,3 +64,9 @@ alias kru='kubectl rollout undo' ...@@ -64,3 +64,9 @@ alias kru='kubectl rollout undo'
# Logs # Logs
alias kl='kubectl logs' alias kl='kubectl logs'
alias klf='kubectl logs -f' alias klf='kubectl logs -f'
# Node Management
alias kgno='kubectl get nodes'
alias keno='kubectl edit node'
alias kdno='kubectl describe node'
alias kdelno='kubectl delete node'
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