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
This is a very useful option for the environments where users don't have the right to run sudo.
But thevelad install fails eventually because it could not setup k3s due to this error
Error: Fail to set up cluster: fail to setup k3s: Fail to prepare k3s binary: open /usr/local/bin/k3s: permission denied
It would be nice to apply such kind of option for the velad install.
So we could install and run velad without using the sudo and from a specific folder of our choice in an restricted environment (without sudo or any admin privileges).
Additional info
Velad version
velad version
Core Version: v1.9.4-patch.1
VelaD Version: v1.9.4-patch.1
In the installation script of velad, it's possible to change the binary directory and not to use the sudo for the velad binary here:
velad/hack/install-velad.sh
Line 6 in 9849282
velad/hack/install-velad.sh
Line 9 in 9849282
This is a very useful option for the environments where users don't have the right to run
sudo
.But the
velad install
fails eventually because it could not setup k3s due to this errorError: Fail to set up cluster: fail to setup k3s: Fail to prepare k3s binary: open /usr/local/bin/k3s: permission denied
It would be nice to apply such kind of option for the
velad install
.So we could install and run velad without using the sudo and from a specific folder of our choice in an restricted environment (without sudo or any admin privileges).
Additional info
The text was updated successfully, but these errors were encountered: