mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-08 01:47:37 -02:30
fix useradd etcd (#5281)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8a406be48a
commit
8a5434419b
@@ -6,8 +6,7 @@ addusers:
|
|||||||
etcd:
|
etcd:
|
||||||
name: etcd
|
name: etcd
|
||||||
comment: "Etcd user"
|
comment: "Etcd user"
|
||||||
createhome: yes
|
createhome: no
|
||||||
home: "{{ etcd_data_dir }}"
|
|
||||||
system: yes
|
system: yes
|
||||||
shell: /bin/nologin
|
shell: /bin/nologin
|
||||||
kube:
|
kube:
|
||||||
|
|||||||
Reference in New Issue
Block a user