sapcc / kubernikus

Kubernetes as a Service for Openstack
Apache License 2.0
139 stars 26 forks source link

Add endpoint-updates-batch-period flag to controller manager #923

Closed jknipper closed 2 months ago

jknipper commented 2 months ago

When pod readiness is changing states in very short succession we are missing the ready state and are loosing all active endpoints and they are not reconciled anymore. Raising the duration of controller-manager flag --endpoint-updates-batch-period should mitigate this issue.

Also see discussion at https://github.com/kubernetes/kubernetes/issues/117193