mirror of
				https://github.com/carlosedp/cluster-monitoring.git
				synced 2025-10-26 10:23:04 +01:00 
			
		
		
		
	Merge pull request #42 from geerlingguy/39-affinity
This commit is contained in:
		
						commit
						4ddebeb5b8
					
				| @ -72,8 +72,8 @@ local utils = import 'utils.libsonnet'; | |||||||
|       daemonset.mixin.metadata.withLabels(podLabels) + |       daemonset.mixin.metadata.withLabels(podLabels) + | ||||||
|       daemonset.mixin.spec.selector.withMatchLabels(podLabels) + |       daemonset.mixin.spec.selector.withMatchLabels(podLabels) + | ||||||
|       daemonset.mixin.spec.template.metadata.withLabels(podLabels) + |       daemonset.mixin.spec.template.metadata.withLabels(podLabels) + | ||||||
|       daemonset.mixin.spec.template.spec.withNodeSelector({ 'beta.kubernetes.io/arch': 'arm64' }) + |       daemonset.mixin.spec.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNodeSelectorTerms([{ matchExpressions: [{ key: 'kubernetes.io/arch', operator: 'In', values: ['arm', 'arm64'] }] }]) + | ||||||
|       daemonset.mixin.spec.template.spec.withTolerations([{'operator': 'Exists'}]) + |       daemonset.mixin.spec.template.spec.withTolerations([{ 'operator': 'Exists' }]) + | ||||||
|       daemonset.mixin.spec.template.spec.withServiceAccountName('arm-exporter') + |       daemonset.mixin.spec.template.spec.withServiceAccountName('arm-exporter') + | ||||||
|       daemonset.mixin.spec.template.spec.withContainers(c), |       daemonset.mixin.spec.template.spec.withContainers(c), | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user