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
Now restart controller, and just after it becomes ready, delete all pods of the test deployment.
Expected Behavior
CPU request should be increased for all pods and only one should be running in parallel.
Actual Behavior
When new pod is created quickly after operator pod becomes ready it often happens that CPUBoost is ignored. IMHO this is cause by Readiness probe that responds too early, and in the mean time operator needs some time to fill up the caches/informer with data.
It should wait with serving webhook requests (/readyz endpoint) until all CPUBoosts are loaded.
References
#0000
The text was updated successfully, but these errors were encountered:
Community Note
to the original issue to help the community and maintainers prioritize this request
not help prioritize the request
Debug Output
Panic Output
Steps to Reproduce
Expected Behavior
CPU request should be increased for all pods and only one should be running in parallel.
Actual Behavior
When new pod is created quickly after operator pod becomes ready it often happens that CPUBoost is ignored. IMHO this is cause by Readiness probe that responds too early, and in the mean time operator needs some time to fill up the caches/informer with data.
It should wait with serving webhook requests (/readyz endpoint) until all CPUBoosts are loaded.
References
The text was updated successfully, but these errors were encountered: