mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-17 08:20:33 +00:00
Automatic merge from submit-queue Fix Reaper timeout bug This PR is an fix to the issue [noticed](https://github.com/kubernetes/kubernetes/pull/46468#discussion_r118589512) in a previous PR. Previous behavior was to calculate a timeout but then ignore it, using `reaper.timeout` instead. New behavior is to use the calculated timeout for `waitForStatefulSet`, which is passed to the Scaler. Thanks to @foxish and @apelisse for pointing me in the right direction. **Release note**: ```release-note NONE ```