Add etcd default value in kubespray-default.
This commit is contained in:
parent
7efe287c74
commit
b18ed5922b
1 changed files with 3 additions and 0 deletions
|
@ -366,3 +366,6 @@ etcd_events_peer_addresses: |-
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|
||||||
podsecuritypolicy_enabled: false
|
podsecuritypolicy_enabled: false
|
||||||
|
etcd_heartbeat_interval: "250"
|
||||||
|
etcd_election_timeout: "5000"
|
||||||
|
etcd_snapshot_count: "10000"
|
||||||
|
|
Loading…
Reference in a new issue