StarlingUAS / ProjectStarling

BRL Flight Arena Infrastructure 2.0
Other
16 stars 3 forks source link

Minimize sudo need for run_k3s #83

Closed arthurrichards77 closed 2 years ago

arthurrichards77 commented 3 years ago

It feels risky that run_k3s nearly always asks for your password for a sudo. How about moving the install to a separate script and having the routine run_k3s.sh script just do a sanity check and crashing out with a "first run install_k3s" message if you haven't got what you need? Then run_k3s never invokes sudo.

mhl787156 commented 2 years ago

Resolved with the new Starling CLI in https://github.com/StarlingUAS/Murmuration/pull/4

Only installation of systems require sudo.