'What is the cooldown period in K8s HPA
Below is the sample HPA configuration for the scaling pod but there is no time duration mentioned. So wanted to know what is the duration between the next scaling event.
containerResource:
name: cpu
container: application
target:
type: Utilization
averageUtilization: 60
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|