mirror of
				https://github.com/carlosedp/cluster-monitoring.git
				synced 2025-10-26 10:23:04 +01:00 
			
		
		
		
	Fixes #40: Add toleration to armexporter-daemonset so it deploys to all nodes.
This commit is contained in:
		
							parent
							
								
									8882eb5e78
								
							
						
					
					
						commit
						4a5b3f6d3c
					
				@ -73,6 +73,7 @@ local utils = import 'utils.libsonnet';
 | 
			
		||||
      daemonset.mixin.spec.selector.withMatchLabels(podLabels) +
 | 
			
		||||
      daemonset.mixin.spec.template.metadata.withLabels(podLabels) +
 | 
			
		||||
      daemonset.mixin.spec.template.spec.withNodeSelector({ 'beta.kubernetes.io/arch': 'arm64' }) +
 | 
			
		||||
      daemonset.mixin.spec.template.spec.withTolerations([{'operator': 'Exists'}]) +
 | 
			
		||||
      daemonset.mixin.spec.template.spec.withServiceAccountName('arm-exporter') +
 | 
			
		||||
      daemonset.mixin.spec.template.spec.withContainers(c),
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user