You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@node1:~# curl -Lo https://github.com/iovisor/kubectl-trace/releases/download/v0.1.0-rc.1/kubectl-trace_0.1.0-rc.1_linux_amd64.tar.gz
curl: no URL specified!
curl: try 'curl --help' or 'curl --manual' for more information
Fixed
root@node1:~# curl -LO https://github.com/iovisor/kubectl-trace/releases/download/v0.1.0-rc.1/kubectl-trace_0.1.0-rc.1_linux_amd64.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 634 0 634 0 0 817 0 --:--:-- --:--:-- --:--:-- 815
1 28.2M 1 509k 0 0 186k 0 0:02:35 0:00:02 0:02:33 497k
Original command in master to get the binary is to use curl with -Lo
curl -LO
will be more properly.Error Log
Fixed
Env.
The text was updated successfully, but these errors were encountered: