This commit is contained in:
Florian S. 2025-10-21 21:02:28 -03:00 committed by GitHub
commit 1f1b5a1c9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -126,7 +126,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'