feat(kubectl): change alias from kl to klog

This commit is contained in:
Jeremy Delgado 2025-07-09 11:14:08 +02:00
commit 6a6e321c61
No known key found for this signature in database

View file

@ -129,7 +129,7 @@ alias kga='kubectl get all'
alias kgaa='kubectl get all --all-namespaces'
# Logs
alias kl='kubectl logs'
alias klog='kubectl logs'
alias kl1h='kubectl logs --since 1h'
alias kl1m='kubectl logs --since 1m'
alias kl1s='kubectl logs --since 1s'