Rename kgnol to kgnosl for consistency

This commit is contained in:
Marc Cornellà 2024-09-05 19:48:51 +02:00
commit dd1822f0cd
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B
2 changed files with 119 additions and 119 deletions

View file

@ -143,7 +143,7 @@ alias kcp='kubectl cp'
# Node Management
alias kgno='kubectl get nodes'
alias kgnol='kubectl get nodes --show-labels'
alias kgnosl='kubectl get nodes --show-labels'
alias keno='kubectl edit node'
alias kdno='kubectl describe node'
alias kdelno='kubectl delete node'