![]() Automatic merge from submit-queue Fix GPU resource validation This fixes scheduling of pods with GPU resources. The change was never upstreamed during the 1.3 beta period, as it got lost in the noise of other changes in our fork. Ooops. I'll submit a cherry-pick request for 1.3.1 as soon as this lands in master. Because of defaulting, requests are always set if limits are. Thus, the check can never succeed. Instead, make sure that the two values are equal. Also, remove a few other error messages and remove unnecessary Sprintf calls. |
||
---|---|---|
.. | ||
testdata/v1 | ||
doc.go | ||
events_test.go | ||
events.go | ||
name_test.go | ||
name.go | ||
schema_test.go | ||
schema.go | ||
validation_test.go | ||
validation.go |