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
right now when we modify a Function or Flow the operator updates the Deployment. So if you update the Deployment - for example to scale it - the replicas usually gets overwritten by the operator.
It'd be nice to make a fix to this though. e.g. maybe the operator preserves the replicas on the Deployment whenever its updating due to changes to the Function or Flow?
e.g. we want to be able to reuse auto scaling in kubernetes - so the operator shouldn't get in the way
The text was updated successfully, but these errors were encountered:
right now when we modify a
Function
orFlow
the operator updates the Deployment. So if you update the Deployment - for example to scale it - thereplicas
usually gets overwritten by the operator.It'd be nice to make a fix to this though. e.g. maybe the operator preserves the
replicas
on the Deployment whenever its updating due to changes to theFunction
orFlow
?e.g. we want to be able to reuse auto scaling in kubernetes - so the operator shouldn't get in the way
The text was updated successfully, but these errors were encountered: