Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
neonvm-runner-image-loader: Faster rollout (#923)
Specifically, this PR sets `maxUnavailable = 100%`, which allows updating all replicas in parallel. An issue we see during rollout is that it often takes 30+ seconds to create a new neonvm-runner-image-loader on a node, and doing this for many nodes takes an unreasonable amount of time. This improves that.
- Loading branch information