You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
When a controller is set to manual mode for production environment, and have the autoscale enabled for the deployment, fluxctl and horizontalpodautoscaler conflicts causing pods keep deleting/creating to meet the "replicas" decided by fluxctl and autoscale.
The text was updated successfully, but these errors were encountered:
stefanprodan
changed the title
fluxctl conflicts with pods autoscale
Flux conflicts with pods autoscale
Jan 24, 2019
If you use HPA then you need to remove the spec.replicas field from your deployment yaml. When Flux will apply the deployment, due to how kubectl 3 way merge works, the replicas value when set by the HPA will not be overwritten if it's not present in git.
When a controller is set to manual mode for production environment, and have the autoscale enabled for the deployment, fluxctl and horizontalpodautoscaler conflicts causing pods keep deleting/creating to meet the "replicas" decided by fluxctl and autoscale.
The text was updated successfully, but these errors were encountered: