Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HPA not creating new pods on scale event #639

Closed
mttcnnff opened this issue Mar 1, 2023 · 3 comments
Closed

HPA not creating new pods on scale event #639

mttcnnff opened this issue Mar 1, 2023 · 3 comments

Comments

@mttcnnff
Copy link

mttcnnff commented Mar 1, 2023

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.

@regadas
Copy link
Contributor

regadas commented Mar 13, 2023

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.

@regadas
Copy link
Contributor

regadas commented Mar 13, 2023

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.

#646
#647

@regadas
Copy link
Contributor

regadas commented Mar 17, 2023

This should be addressed in the latest release https://github.com/spotify/flink-on-k8s-operator/releases/tag/v0.5.0

@regadas regadas closed this as completed Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants