"tools/vscode:/vscode.git/clone" did not exist on "750e8d807dced6cd2a523aad7be74161dc705f6e"
Commit e7c9bf8d authored by Vinod Damle's avatar Vinod Damle Committed by Robby Russell
Browse files

kubectl: add alias for `kubectl cp` (#7068)

parent 8ec09376
......@@ -65,6 +65,9 @@ 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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment