This commit is contained in:
Fırat Küçük 2025-05-02 07:01:14 +00:00 committed by GitHub
commit 020762c37b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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