-
Notifications
You must be signed in to change notification settings - Fork 205
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
reconciler: incomplete log output #1418
Comments
We have observed similar behavior on OpenShift 4.12:
|
The log.Info function takes pairs of arguments (name & value). The But there are also problems with the individual controllers indicating changes where there isn't any. Like in @hershpa's example: sgx, gpu and qat are all printing this "changed" line even though the Diff() returns empty string (=no changes). |
I revisited this and created a PR which should decrease those prints. |
Thanks @tkatila this will definitely help eliminate unwanted confusion. |
this line
intel-device-plugins-for-kubernetes/pkg/controllers/reconciler.go
Line 233 in d60419e
is causing incomplete log lines that look suspicious especially when the diff is empty:
The text was updated successfully, but these errors were encountered: