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
I am running argo using Apps of Apps. The cluster also has Kubegreen running to scale down the services running overnight and during weekends.
Kubegreen based on schedule defined scales services down to zero and then scales them back up. It does to deployment and statefulSets.
I have noticed that Argo does not scale back any deployment that has been scaled down to. zero by Kubegreen, irrespective of deployment requiring to have more than 1 replicas as defined in values.yaml, however it scales back any StatefulSet and I am not understanding why.
Deployment having min 2 replicas --> Kubegreen scales down the deployment to zero replicas --> Argo does not do anything.
StatefulSet --> Kubegreen scales down the StatefulSet to zero replicas --> StatefulSet is scaled back to its original config
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am running argo using Apps of Apps. The cluster also has Kubegreen running to scale down the services running overnight and during weekends.
Kubegreen based on schedule defined scales services down to zero and then scales them back up. It does to deployment and statefulSets.
I have noticed that Argo does not scale back any deployment that has been scaled down to. zero by Kubegreen, irrespective of deployment requiring to have more than 1 replicas as defined in values.yaml, however it scales back any StatefulSet and I am not understanding why.
Deployment having min 2 replicas --> Kubegreen scales down the deployment to zero replicas --> Argo does not do anything.
StatefulSet --> Kubegreen scales down the StatefulSet to zero replicas --> StatefulSet is scaled back to its original config
Beta Was this translation helpful? Give feedback.
All reactions