This commit is contained in:
Florian S. 2024-11-09 23:26:03 +01:00 committed by GitHub
commit 498530117b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

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