mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-04 07:49:35 +00:00 
			
		
		
		
	Match default cache size of 10000
https://github.com/coredns/coredns/blob/master/plugin/cache/cache.go#L236 This gets rounded down to the nearest multiple of 256: 9984
This commit is contained in:
		@@ -35,8 +35,8 @@ data:
 | 
				
			|||||||
    __PILLAR__DNS__DOMAIN__:53 {
 | 
					    __PILLAR__DNS__DOMAIN__:53 {
 | 
				
			||||||
        errors
 | 
					        errors
 | 
				
			||||||
        cache {
 | 
					        cache {
 | 
				
			||||||
                success 10000 30
 | 
					                success 9984 30
 | 
				
			||||||
                denial 10000 5
 | 
					                denial 9984 5
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        reload
 | 
					        reload
 | 
				
			||||||
        loop
 | 
					        loop
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user