This commit is contained in:
Samreen Zarroug 2024-09-02 10:50:50 +02:00 committed by GitHub
commit 5580b1022f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -36,6 +36,9 @@ alias kcgc='kubectl config get-contexts'
# General aliases
alias kdel='kubectl delete'
alias kdelf='kubectl delete -f'
alias kdelf!='kubectl delete -f --grace-period=0'
alias kd='kubectl describe'
alias kg='kubectl get'
# Pod management.
alias kgp='kubectl get pods'