issues
search
google
/
kube-startup-cpu-boost
Kube Startup CPU Boost is a controller that increases CPU resource requests and limits during Kubernetes workload startup time
Apache License 2.0
271
stars
14
forks
source link
feat: status and conditions for StartupCPUBoost
#39
Closed
mikouaj
closed
5 months ago
mikouaj
commented
6 months ago
closes #8
Implemented reconciliation for StartupCPUBoost
Introduced status fields
activeContainerBoosts
shows the number of containers which CPU was boosted by the given StartupCPUBoost and not yet reverted back
totalContainerBoosts
shows the number of containers which CPU was boosted by the given StartupCPUBoost
Active
status condition indicates StartupCPUBoost readiness
closes #8
activeContainerBoosts
shows the number of containers which CPU was boosted by the given StartupCPUBoost and not yet reverted backtotalContainerBoosts
shows the number of containers which CPU was boosted by the given StartupCPUBoostActive
status condition indicates StartupCPUBoost readiness