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
We have a job which we want to run with autoscaling and have configured it via the FlinkCluster spec. The HPA gets created and seems to correctly calculate the number of workers, however it does not actually create those pods after initial creation of the cluster.
The text was updated successfully, but these errors were encountered:
Hi @mttcnnff let's sync on this over slack; If HPA is created but pods are not spawned then smth else is going on that it's not entirely related with the operator.
There are some issues though related to HPA / PodDisruptionBudget that when used together could have been blocking the scaling of the cluster since it would be kept in updating state.
We have a job which we want to run with autoscaling and have configured it via the FlinkCluster spec. The HPA gets created and seems to correctly calculate the number of workers, however it does not actually create those pods after initial creation of the cluster.
The text was updated successfully, but these errors were encountered: