mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #48182 from gmarek/fluentd
Automatic merge from submit-queue (batch tested with PRs 48192, 48182) Add generic NoSchedule toleration to fluentd in gcp config as a quick… …-fix for #44445
This commit is contained in:
		@@ -107,6 +107,9 @@ spec:
 | 
				
			|||||||
        effect: "NoSchedule"
 | 
					        effect: "NoSchedule"
 | 
				
			||||||
      - operator: "Exists"
 | 
					      - operator: "Exists"
 | 
				
			||||||
        effect: "NoExecute"
 | 
					        effect: "NoExecute"
 | 
				
			||||||
 | 
					      #TODO: remove this toleration once #44445 is properly fixed.
 | 
				
			||||||
 | 
					      - operator: "Exists"
 | 
				
			||||||
 | 
					        effect: "NoSchedule"
 | 
				
			||||||
      terminationGracePeriodSeconds: 30
 | 
					      terminationGracePeriodSeconds: 30
 | 
				
			||||||
      volumes:
 | 
					      volumes:
 | 
				
			||||||
      - name: varlog
 | 
					      - name: varlog
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user