Add kubectl kga(a)w alias

This commit is contained in:
Florian Ströger 2020-11-16 14:23:37 +01:00 committed by GitHub
parent 9b119866dd
commit 8b8528254a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,9 @@ alias kpf="kubectl port-forward"
# Tools for accessing all information
alias kga='kubectl get all'
alias kgaw='watch "kubectl get all"'
alias kgaa='kubectl get all --all-namespaces'
alias kgaaw='watch "kubectl get all --all-namespaces"'
# Logs
alias kl='kubectl logs'