This commit is contained in:
Dima Golomozy 2024-11-19 20:03:32 +02:00 committed by GitHub
parent 15944c0788
commit 91e0a94e89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ alias kdel='kubectl delete'
alias kdelf='kubectl delete -f'
alias kg='kubectl get'
alias ke='kubectl edit'
alias kd='kubectl descirbe'
alias kd='kubectl describe'
# Pod management.
alias kgp='kubectl get pods'