We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading to v0.12.0 all our reconciler loggers have the same controller, controllerGroup and controllerKind set.
v0.12.0
controller
controllerGroup
controllerKind
I believe this is caused by https://github.com/kubernetes-sigs/controller-runtime/blob/master/pkg/builder/controller.go#L312, where it should be log := or maybe to avoid confusion name the variable differently. This was introduced with #1827. I guess it is done similarly here: https://github.com/kubernetes-sigs/controller-runtime/blob/master/pkg/controller/controller.go#L110
log :=
The text was updated successfully, but these errors were encountered:
seems like #1907 will be fixing this
Sorry, something went wrong.
Fixed in #1907, thanks for the report!
No branches or pull requests
After upgrading to
v0.12.0
all our reconciler loggers have the samecontroller
,controllerGroup
andcontrollerKind
set.I believe this is caused by https://github.com/kubernetes-sigs/controller-runtime/blob/master/pkg/builder/controller.go#L312, where it should be
log :=
or maybe to avoid confusion name the variable differently. This was introduced with #1827.I guess it is done similarly here: https://github.com/kubernetes-sigs/controller-runtime/blob/master/pkg/controller/controller.go#L110
The text was updated successfully, but these errors were encountered: