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
commit 47f5d2923f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,7 @@ func newCPUBurnPods(numPods int, image imageutils.Config, cpuLimit string, memor
},
},
NodeSelector: map[string]string{
"beta.kubernetes.io/os": "windows",
"kubernetes.io/os": "windows",
},
},
}