Skip to main content
Question

Can't bootstrap Edge node from Leader

  • March 11, 2025
  • 2 replies
  • 36 views

Hi ,

I have been trying to add an edge node into my default fleet but being denied because of permission error .

I have run the script provided by the leader into an Ubuntu EC2 instance with a user

with privileged access but still failing ( see Screenshot ) . Can anyone assist please ?

915_0ec6ba525f844c4d80f7041099e199d9.png

Thanks in advance

2 replies

Jon Rust
Forum|alt.badge.img
  • Employee
  • March 11, 2025

Sudo is needed in the second part of the command, after the pipe.

curl … | sudo bash -

  • Author
  • Known Participant
  • March 11, 2025

I was about to write I just figured it out :)

Thanks a lot