fix useradd etcd (#5281)

This commit is contained in:
YichenWong 2019-11-11 19:27:41 +08:00 committed by Kubernetes Prow Robot
parent 8a406be48a
commit 8a5434419b

View file

@ -6,8 +6,7 @@ addusers:
etcd:
name: etcd
comment: "Etcd user"
createhome: yes
home: "{{ etcd_data_dir }}"
createhome: no
system: yes
shell: /bin/nologin
kube: