beta.kubernetes.io/os is already deprecated

This commit is contained in:
张潇 2020-03-25 12:57:06 +08:00
parent 044a4ce21d
commit 0588958fd3
No known key found for this signature in database
GPG Key ID: 900C83A2C098B3B1

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