mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-04 07:49:35 +00:00 
			
		
		
		
	Merge pull request #39146 from Crassirostris/make-fluentd-critical
Automatic merge from submit-queue Make fluentd pods critical Related to https://github.com/kubernetes/kubernetes/issues/38322 Make fluentd critical so it will be evicted with less probability. CC @piosz @fgrzadkowski
This commit is contained in:
		@@ -4,6 +4,8 @@ kind: Pod
 | 
			
		||||
metadata:
 | 
			
		||||
  name: fluentd-cloud-logging
 | 
			
		||||
  namespace: kube-system
 | 
			
		||||
  annotations:
 | 
			
		||||
    scheduler.alpha.kubernetes.io/critical-pod: ''
 | 
			
		||||
  labels:
 | 
			
		||||
    k8s-app: fluentd-logging
 | 
			
		||||
spec:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user