fix-the-issue-of-miss-the-etcd-user (#9016)

This commit is contained in:
Kay Yan
2022-06-29 00:13:58 +08:00
committed by GitHub
parent e1f06dd406
commit d4de9d096f
2 changed files with 6 additions and 0 deletions

View File

@@ -23,3 +23,4 @@
owner: "{{ etcd_owner }}"
group: "{{ etcd_owner }}"
mode: 0700
when: etcd_deployment_type == "kubeadm"