Fix vault file owner issues and k8s apiserver cert creation (#2985)

apiserver cert should be created only once
This commit is contained in:
Matthew Mosesohn
2018-07-11 14:58:02 +03:00
committed by GitHub
parent 83d1486a67
commit 97e0de7e29
5 changed files with 12 additions and 2 deletions

View File

@@ -44,6 +44,7 @@
issue_cert_file_group: "{{ kube_cert_group }}"
issue_cert_file_owner: kube
issue_cert_hosts: "{{ groups['kube-master'] }}"
issue_cert_run_once: true
issue_cert_ip_sans: >-
[
{%- for host in groups['kube-master'] -%}