mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
beta.kubernetes.io/os is already deprecated
This commit is contained in:
parent
044a4ce21d
commit
0588958fd3
@ -132,7 +132,7 @@ func newCPUBurnPods(numPods int, image imageutils.Config, cpuLimit string, memor
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
NodeSelector: map[string]string{
|
NodeSelector: map[string]string{
|
||||||
"beta.kubernetes.io/os": "windows",
|
"kubernetes.io/os": "windows",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user