add general aliases

This commit is contained in:
Dima Golomozy 2024-09-23 11:32:32 +03:00 committed by GitHub
parent f11cc8fea1
commit c32b5e5e98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,6 +36,9 @@ alias kcgc='kubectl config get-contexts'
# General aliases
alias kdel='kubectl delete'
alias kdelf='kubectl delete -f'
alias kg='kubectl get'
alias ke='kubectl edit'
alias kd='kubectl descirbe'
# Pod management.
alias kgp='kubectl get pods'