This commit is contained in:
Florian S. 2026-07-24 03:23:56 -04:00 committed by GitHub
commit dce3c84509
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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