remove key from toleration

This commit is contained in:
Vy Ta 2019-02-27 09:47:33 -08:00
parent f150874ed2
commit 25d0352029

View File

@ -123,7 +123,6 @@ func createTestPod(f *framework.Framework, image string, os string) *v1.Pod {
if os == linuxOS {
pod.Spec.Tolerations = []v1.Toleration{
{
Key: "key",
Operator: v1.TolerationOpExists,
Effect: v1.TaintEffectNoSchedule,
},