From 0588958fd31ab08a05cb844865278491e0713e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=BD=87?= Date: Wed, 25 Mar 2020 12:57:06 +0800 Subject: [PATCH] beta.kubernetes.io/os is already deprecated --- test/e2e/windows/cpu_limits.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/windows/cpu_limits.go b/test/e2e/windows/cpu_limits.go index af102f47f37..bcc7818a7e7 100644 --- a/test/e2e/windows/cpu_limits.go +++ b/test/e2e/windows/cpu_limits.go @@ -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", }, }, }