Martin Ringehahn
Martin Ringehahn
This issue was due to an invalid input validation on our behalf. We called `connection.queue(null, [...])` Perhaps, the library could do some validation of that parameter since this does lead...
I believe I'm seeing that same bug, here's a timeline of a change that does two things: * updates a rollout manifest from having a fixed number of replicas to...
> you could deploy the HPA first and let it manage the replicas field. If you use Argo CD to manage the replicas, then you can remove the config for...
Perhaps it's useful to temporarily ignore the HPA in this discussion and focus on the Rollout, and its management of Replicasets. A developer for some [leave this undefined] reason unsets...