mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Update master.yaml
fix incorrect type for "http_read_timeout" (want float64).
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user