mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Make fluentd use default dns instead of cluster dns to make it work on master
This commit is contained in:
		@@ -21,6 +21,7 @@ spec:
 | 
				
			|||||||
      annotations:
 | 
					      annotations:
 | 
				
			||||||
        scheduler.alpha.kubernetes.io/critical-pod: ''
 | 
					        scheduler.alpha.kubernetes.io/critical-pod: ''
 | 
				
			||||||
    spec:
 | 
					    spec:
 | 
				
			||||||
 | 
					      dnsPolicy: Default
 | 
				
			||||||
      containers:
 | 
					      containers:
 | 
				
			||||||
      - name: fluentd-gcp
 | 
					      - name: fluentd-gcp
 | 
				
			||||||
        image: gcr.io/google_containers/fluentd-gcp:1.38
 | 
					        image: gcr.io/google_containers/fluentd-gcp:1.38
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user