mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Fix for failing daemonset e2e test
This commit is contained in:
parent
0a7d8ec6cc
commit
62c238b297
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user