Revert "fix(kubectl)!: change alias from kl to klog (#13204)"
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled

This reverts commit 475b18f39a.
This commit is contained in:
Marc Cornellà 2025-12-30 07:55:41 +01:00
commit a79b37b954
2 changed files with 2 additions and 2 deletions

View file

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