Skip to content

Commit

Permalink
add etcd user to rke2 group
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Downs <[email protected]>
  • Loading branch information
briandowns committed Jun 29, 2020
1 parent 5c75834 commit 81ed15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@ eval set -- $(escape "${INSTALL_RKE2_EXEC}") $(quote "$@")

if [ ! -z "${INSTALL_RKE2_ETCD_USER}" ]; then
create_user "${INSTALL_RKE2_ETCD_USER}" "ETCD Service User"
usermod -a -G rke2 etcd
USING_ETCD_USER=1
fi

Expand Down

0 comments on commit 81ed15e

Please sign in to comment.