support-bundle-kit
support-bundle-kit copied to clipboard
[Feature] Support custom taints toleration in agent daemon set
The current taints toleration are only for Harvester use. It would be nice to support configuring these taints.
Tolerations: []corev1.Toleration{
{
Key: types.KubevirtDrainKey,
Operator: corev1.TolerationOpExists,
},
{
Key: corev1.TaintNodeUnschedulable,
Operator: corev1.TolerationOpExists,
Effect: corev1.TaintEffectNoSchedule,
},
},