Fix for failing daemonset e2e test

This commit is contained in:
Morten Torkildsen 2019-01-21 20:48:53 -08:00
parent 0a7d8ec6cc
commit 62c238b297

View File

@ -51,6 +51,9 @@ func (t *DaemonSetUpgradeTest) Setup(f *framework.Framework) {
Name: daemonSetName,
},
Spec: apps.DaemonSetSpec{
Selector: &metav1.LabelSelector{
MatchLabels: labelSet,
},
Template: v1.PodTemplateSpec{
ObjectMeta: metav1.ObjectMeta{
Labels: labelSet,