mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Update master.yaml
fix incorrect type for "http_read_timeout" (want float64).
This commit is contained in:
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
Block a user