Replies: 1 comment
-
You don't need sudo to use etcdctl. In any case, feel free to suggest a PR if you are sure that it is really necessary. P.S. |
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
-
Not sure whether this is really an issue , but would like to raise discussion .
Essentially etcdctl cannot be found if trying to run with sudo , this is because sudoers doesn't contain the /usr/local/bin in PATH. Nothing major as this path can be just added to sudoers.
Also noted:
sudo -i , does not work only "su -".
Would it be better to install /usr/bin , this would keep the sudoers unchanged.
So just curious what others workflows are like.
Do you login to root directly to manage ?
Beta Was this translation helpful? Give feedback.
All reactions