teamhephy / controller

Hephy Workflow Controller (API)
https://teamhephy.com
MIT License
14 stars 26 forks source link

Fix deployment status validation when number of pods more than 256 #114

Closed notmaxx closed 4 years ago

notmaxx commented 4 years ago

is not is the way to compare objects but not numbers, now it works only because of this https://stackoverflow.com/questions/306313/is-operator-behaves-unexpectedly-with-integers. Once number of pods become more than 256 it stops working