diff --git a/pkg/collect/copy_from_host.go b/pkg/collect/copy_from_host.go index 4c74d460..afdfbde7 100644 --- a/pkg/collect/copy_from_host.go +++ b/pkg/collect/copy_from_host.go @@ -126,6 +126,13 @@ func copyFromHostCreateDaemonSet(ctx context.Context, client kubernetes.Interfac }, }, }, + Tolerations: []corev1.Toleration{ + { + Key: "node-role.kubernetes.io/master", + Operator: "Exists", + Effect: "NoSchedule", + }, + }, Volumes: []corev1.Volume{ { Name: "host",