Skip to content

Commit

Permalink
kubectl: add alias for kubectl cp (ohmyzsh#7068)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdamle authored and lellisls committed Oct 1, 2018
1 parent a9ecac5 commit e8b6e62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/kubectl/kubectl.plugin.zsh
Expand Up @@ -65,8 +65,11 @@ alias kru='kubectl rollout undo'
alias kl='kubectl logs'
alias klf='kubectl logs -f'

# File copy
alias kcp='kubectl cp'

# Node Management
alias kgno='kubectl get nodes'
alias keno='kubectl edit node'
alias kdno='kubectl describe node'
alias kdelno='kubectl delete node'
alias kdelno='kubectl delete node'

0 comments on commit e8b6e62

Please sign in to comment.