• Kubernetes Submit Queue's avatar
    Merge pull request #68068 from krzysztof-jastrzebski/hpas2 · 2548fb08
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md.
    
    Change CPU sample sanitization in HPA.
    
    **What this PR does / why we need it**:
    Change CPU sample sanitization in HPA.
        Ignore samples if:
        - Pod is beeing initalized - 5 minutes from start defined by flag
            - pod is unready
            - pod is ready but full window of metric hasn't been colected since
            transition
        - Pod is initialized - 5 minutes from start defined by flag:
            - Pod has never been ready after initial readiness period.
    
    **Release notes:**
    ```release-note
    Improve CPU sample sanitization in HPA by taking metric's freshness into account.
    ```
    2548fb08
Name
Last commit
Last update
..
abac Loading commit data...
admission Loading commit data...
admissionregistration Loading commit data...
apps Loading commit data...
authentication Loading commit data...
authorization Loading commit data...
autoscaling Loading commit data...
batch Loading commit data...
certificates Loading commit data...
componentconfig Loading commit data...
coordination Loading commit data...
core Loading commit data...
events Loading commit data...
extensions Loading commit data...
imagepolicy Loading commit data...
networking Loading commit data...
policy Loading commit data...
rbac Loading commit data...
scheduling Loading commit data...
settings Loading commit data...
storage Loading commit data...
OWNERS Loading commit data...