Merge branch 'master' into patch-1

This commit is contained in:
NanoNova 2025-08-21 12:27:33 +08:00 committed by GitHub
commit 15c79fc9c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
80 changed files with 1608 additions and 526 deletions

View file

@ -40,6 +40,8 @@ alias kcgc='kubectl config get-contexts'
alias kdel='kubectl delete'
alias kdelf='kubectl delete -f'
alias kdelk='kubectl delete -k'
alias kge='kubectl get events --sort-by=".lastTimestamp"'
alias kgew='kubectl get events --sort-by=".lastTimestamp" --watch'
# Pod management.
alias kgp='kubectl get pods'