download without any ending #11495
Replies: 1 comment
-
The install script downloads artifacts from github with curl or wget. You can add -x to the flags to have it print the commands while it's running them:
You'll need to figure out on your own why your node cannot access github though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to install agent such as:
root@agent1:~# curl -sfL https://get.k3s.io | K3S_TOKEN=mohsenjoojoo sh -s - agent --server https://192.168.1.106:6443
But it stay on binary download such as:
I get query with
du
in download duration I get the following messaes:Result of
du
command say downloader is downloading but it act such as loop.How can I install agent without this problem? Is it a BUG?
Beta Was this translation helpful? Give feedback.
All reactions