Merge pull request #89460 from wawa0210/change-os-label-windows

[Trival] beta.kubernetes.io/os deprecated since v1.14, are targeted for removal in v1.18
This commit is contained in:
Kubernetes Prow Robot
2020-04-04 08:36:00 -07:00
committed by GitHub

View File

@@ -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",
}, },
}, },
} }