Skip to content

Commit eec4d3b

Browse files
committed
[agent-smith] Add toleration to daemonset
1 parent 8835e0e commit eec4d3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install/installer/pkg/components/agent-smith/daemonset.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ func daemonset(ctx *common.RenderContext) ([]runtime.Object, error) {
105105
},
106106
common.CAVolume(),
107107
},
108+
Tolerations: []corev1.Toleration{
109+
{
110+
Effect: corev1.TaintEffectNoSchedule,
111+
},
112+
},
108113
},
109114
},
110115
UpdateStrategy: common.DaemonSetRolloutStrategy(),

0 commit comments

Comments
 (0)