Make rotate_kubernetes_certs default to false
This commit is contained in:
parent
cd143109fc
commit
4e95788e17
1 changed files with 3 additions and 0 deletions
|
@ -121,6 +121,9 @@ enable_network_policy: false
|
|||
authorization_mode: ['AlwaysAllow']
|
||||
rbac_enabled: "{{ 'RBAC' in authorization_mode }}"
|
||||
|
||||
## Set this flag to re-create kubernetes node and master certificates !!WARNING!!: Will overwrite existing certs.
|
||||
rotate_kubernetes_certs: false
|
||||
|
||||
ssl_ca_dirs: "[
|
||||
{% if ansible_os_family in ['CoreOS', 'Container Linux by CoreOS'] -%}
|
||||
'/usr/share/ca-certificates',
|
||||
|
|
Loading…
Reference in a new issue