mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Fix certificates names and permissions for etcd role
This commit is contained in:
parent
436d31433f
commit
05ef08c57d
5 changed files with 22 additions and 11 deletions
|
|
@ -9,7 +9,7 @@ k8s_release: "1.10.6"
|
|||
k8s_apiserver_secure_port: "6443"
|
||||
k8s_ca_conf_directory: "{{ '~/k8s/certs' | expanduser }}"
|
||||
k8s_config_directory: "{{ '~/k8s/configs' | expanduser }}"
|
||||
k8s_ca_certificate_owner: "root"
|
||||
k8s_ca_certificate_owner: "{{ harden_linux_deploy_user }}"
|
||||
k8s_ca_certificate_group: "root"
|
||||
k8s_config_cluster_name: banditlair.com
|
||||
k8s_encryption_config_directory: "{{k8s_config_directory}}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue