mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +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
|
bind-addr: 0.0.0.0
|
||||||
peer-addr: $private_ipv4:7001
|
peer-addr: $private_ipv4:7001
|
||||||
cluster-active-size: 1
|
cluster-active-size: 1
|
||||||
http-read-timeout: 86400
|
http-read-timeout: 86400.0
|
||||||
snapshot: true
|
snapshot: true
|
||||||
units:
|
units:
|
||||||
- name: etcd.service
|
- name: etcd.service
|
||||||
|
Loading…
Reference in New Issue
Block a user