todd-dsm / mac-ops

QnD Automation to build a MacBook Pro for DevOps
MIT License
11 stars 7 forks source link

fix kubectl-ssh #105

Open todd-dsm opened 3 months ago

todd-dsm commented 3 months ago

even though it will likely never be used

+ kubeSSH=/tmp/kubectl-ssh
+ curl -o /tmp/kubectl-ssh -O https://raw.githubusercontent.com/luksa/kubectl-plugins/master/kubectl-ssh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
^M  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0^M  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0^M100  3408  100  3408    0     0  20343      0 --:--:-- --:--:-- --:--:-- 20285
Warning: Got more output options than URLs
+ chmod +x /tmp/kubectl-ssh
+ mv /tmp/kubectl-ssh /usr/local/bin/
mv: cannot move '/tmp/kubectl-ssh' to '/usr/local/bin/kubectl-ssh': Permission denied
+ command -v kubectl-ssh
todd-dsm commented 3 months ago

https://github.com/luksa/kubectl-plugins/tree/master