• Kubernetes Submit Queue's avatar
    Merge pull request #42101 from Dmitry1987/feature/hpa-upscale-downscale-delay-configurable · 6c8cb33f
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 44862, 42241, 42101, 43181, 44147)
    
    Feature/hpa upscale downscale delay configurable
    
    **What this PR does / why we need it**:
    Makes "upscale forbidden window" and "downscale forbidden window"  duration configurable in arguments of kube-controller-manager. Those are options of horizontal pod autoscaler.
    
    **Special notes for your reviewer**:
    Please have a look @DirectXMan12 , the PR as discussed in Slack.
    
    **Release note**:
    ```
    Make "upscale forbidden window" and "downscale forbidden window"  duration configurable in arguments of kube-controller-manager. Those are options of horizontal pod autoscaler. Right now are hardcoded 3 minutes for upscale, and 5 minutes to downscale.  But sometimes cluster administrator might want to change this for his own needs.
    ```
    6c8cb33f
Name
Last commit
Last update
..
metrics Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
doc.go Loading commit data...
horizontal.go Loading commit data...
horizontal_test.go Loading commit data...
legacy_horizontal_test.go Loading commit data...
legacy_replica_calculator_test.go Loading commit data...
rate_limitters.go Loading commit data...
replica_calculator.go Loading commit data...
replica_calculator_test.go Loading commit data...