-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error while scaling a deployment #54
Comments
It seems I can't add labels, sorry. |
@abuechler Is maybe some of the last log line missing? I assume the log is that it can't modify the pdb because it was modified by another resource just before. |
No, there are no more log lines afterwards. The logs look exactly the same for GKE and on Docker Desktop (with no other components running). |
Ok, I also see this sort of error in our setup. It looks like this:
This could be that it tries to update after it was already deleted. This seems like a small bug. It should still work though as you describe. |
@mikkeloscar Thank you for maintaining this project and reacting so quickly! 🙏 |
Is there any update on this? We're seeing the same error in our production logs. Is this something that can be safely ignored or does it need addressed? |
@michohl I merged your pr, thanks for that one! If we can close the issue would be of course great 😊 |
@szuecs I can confirm that the change I submitted resolves the erroneous errors (agreed they weren't actually harmful) in all of our own clusters. I don't explicitly run the upstream code though, we run a very slightly tweaked fork. So I would defer the final confirmation to @abuechler just in case there's some weird change in our fork that makes the change work better. I can't imagine any scenario that would be true but I would hate to tell you it's good without testing the exact code in question. |
I guess this has been seen before, but I couldn't find any related issue. I'm not sure this is actually a bug, or more a "wrong" log level for this kind of message.
How to reproduce
The log entries for the pdb-controller in that case logs following error (on GKE 1.27.11 and Docker Desktop Kubernetes 1.28.2):
Sample deployment:
The text was updated successfully, but these errors were encountered: