mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +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,
|
Name: daemonSetName,
|
||||||
},
|
},
|
||||||
Spec: apps.DaemonSetSpec{
|
Spec: apps.DaemonSetSpec{
|
||||||
|
Selector: &metav1.LabelSelector{
|
||||||
|
MatchLabels: labelSet,
|
||||||
|
},
|
||||||
Template: v1.PodTemplateSpec{
|
Template: v1.PodTemplateSpec{
|
||||||
ObjectMeta: metav1.ObjectMeta{
|
ObjectMeta: metav1.ObjectMeta{
|
||||||
Labels: labelSet,
|
Labels: labelSet,
|
||||||
|
Loading…
Reference in New Issue
Block a user