This commit is contained in:
Christoph Ebeling 2025-02-20 06:17:49 +01:00 committed by GitHub
commit 7318fd9b07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ alias kcgc='kubectl config get-contexts'
alias kdel='kubectl delete'
alias kdelf='kubectl delete -f'
# Dry runs
alias kdr='kubectl --dry-run=client'
alias kdrs='kubectl --dry-run=server'
# Pod management.
alias kgp='kubectl get pods'
alias kgpl='kgp -l'