mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	Merge pull request #41212 from bowei/limit-dnsmasq
Automatic merge from submit-queue (batch tested with PRs 41115, 41212, 41346, 41340, 41172) Send only cluster domain queries to kube-dns Queries not involving the cluster domain should be forwarded out (not to kube-dns) ```release-note none ```
This commit is contained in:
		@@ -116,8 +116,9 @@ spec:
 | 
				
			|||||||
          failureThreshold: 5
 | 
					          failureThreshold: 5
 | 
				
			||||||
        args:
 | 
					        args:
 | 
				
			||||||
        - --cache-size=1000
 | 
					        - --cache-size=1000
 | 
				
			||||||
        - --no-resolv
 | 
					        - --server=/__PILLAR__DNS__DOMAIN__/127.0.0.1#10053
 | 
				
			||||||
        - --server=127.0.0.1#10053
 | 
					        - --server=/in-addr.arpa/127.0.0.1#10053
 | 
				
			||||||
 | 
					        - --server=/ip6.arpa/127.0.0.1#10053
 | 
				
			||||||
        - --log-facility=-
 | 
					        - --log-facility=-
 | 
				
			||||||
        ports:
 | 
					        ports:
 | 
				
			||||||
        - containerPort: 53
 | 
					        - containerPort: 53
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -116,8 +116,9 @@ spec:
 | 
				
			|||||||
          failureThreshold: 5
 | 
					          failureThreshold: 5
 | 
				
			||||||
        args:
 | 
					        args:
 | 
				
			||||||
        - --cache-size=1000
 | 
					        - --cache-size=1000
 | 
				
			||||||
        - --no-resolv
 | 
					        - --server=/{{ pillar['dns_domain'] }}/127.0.0.1#10053
 | 
				
			||||||
        - --server=127.0.0.1#10053
 | 
					        - --server=/in-addr.arpa/127.0.0.1#10053
 | 
				
			||||||
 | 
					        - --server=/ip6.arpa/127.0.0.1#10053
 | 
				
			||||||
        - --log-facility=-
 | 
					        - --log-facility=-
 | 
				
			||||||
        ports:
 | 
					        ports:
 | 
				
			||||||
        - containerPort: 53
 | 
					        - containerPort: 53
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -115,8 +115,9 @@ spec:
 | 
				
			|||||||
          failureThreshold: 5
 | 
					          failureThreshold: 5
 | 
				
			||||||
        args:
 | 
					        args:
 | 
				
			||||||
        - --cache-size=1000
 | 
					        - --cache-size=1000
 | 
				
			||||||
        - --no-resolv
 | 
					        - --server=/$DNS_DOMAIN/127.0.0.1#10053
 | 
				
			||||||
        - --server=127.0.0.1#10053
 | 
					        - --server=/in-addr.arpa/127.0.0.1#10053
 | 
				
			||||||
 | 
					        - --server=/ip6.arpa/127.0.0.1#10053
 | 
				
			||||||
        - --log-facility=-
 | 
					        - --log-facility=-
 | 
				
			||||||
        ports:
 | 
					        ports:
 | 
				
			||||||
        - containerPort: 53
 | 
					        - containerPort: 53
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user