Skip to content

Commit

Permalink
Create etcd user in cloud init.
Browse files Browse the repository at this point in the history
Signed-off-by: Lantao Liu <lantaol@google.com>
  • Loading branch information
Random-Liu authored and dmcgowan committed Aug 8, 2020
1 parent 6b4b652 commit 7a3508b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contrib/gce/cloud-init/master.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#cloud-config

users:
- name: etcd
homedir: /var/etcd
lock_passwd: true
ssh_redirect_user: true

write_files:
# Setup containerd.
- path: /etc/systemd/system/containerd-installation.service
Expand Down

0 comments on commit 7a3508b

Please sign in to comment.