Skip to content

Commit 0588958

Browse files
committed
beta.kubernetes.io/os is already deprecated
1 parent 044a4ce commit 0588958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/windows/cpu_limits.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func newCPUBurnPods(numPods int, image imageutils.Config, cpuLimit string, memor
132132
},
133133
},
134134
NodeSelector: map[string]string{
135-
"beta.kubernetes.io/os": "windows",
135+
"kubernetes.io/os": "windows",
136136
},
137137
},
138138
}

0 commit comments

Comments
 (0)