mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
Merge pull request #2378 from rancher/dnoland1-patch-3
Fixed groupadd typo
This commit is contained in:
@@ -43,7 +43,7 @@ A user account and group for the **etcd** service is required to be setup prior
|
||||
To create the **etcd** group run the following console commands.
|
||||
|
||||
```
|
||||
addgroup --gid 52034 etcd
|
||||
groupadd --gid 52034 etcd
|
||||
useradd --comment "etcd service account" --uid 52034 --gid 52034 etcd
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user