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 81ed15e commit c0f65e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +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
usermod -a -G "${INSTALL_RKE2_USER}" "${INSTALL_RKE2_ETCD_USER}"
USING_ETCD_USER=1
fi

Expand Down

0 comments on commit c0f65e0

Please sign in to comment.