mirror of https://github.com/k3s-io/k3s
Update master.yaml
fix incorrect type for "http_read_timeout" (want float64).pull/6/head
parent
d2b1817617
commit
cd055a785c
|
@ -10,7 +10,7 @@ coreos:
|
|||
bind-addr: 0.0.0.0
|
||||
peer-addr: $private_ipv4:7001
|
||||
cluster-active-size: 1
|
||||
http-read-timeout: 86400
|
||||
http-read-timeout: 86400.0
|
||||
snapshot: true
|
||||
units:
|
||||
- name: etcd.service
|
||||
|
|
Loading…
Reference in New Issue