Skip to content
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

logger errors in recent main builds #3063

Closed
kishorj opened this issue Feb 17, 2023 · 0 comments · Fixed by #3066
Closed

logger errors in recent main builds #3063

kishorj opened this issue Feb 17, 2023 · 0 comments · Fixed by #3066
Assignees

Comments

@kishorj
Copy link
Collaborator

kishorj commented Feb 17, 2023

Describe the bug
The controller built from the main branch contain the following errors in the logs

 {"level":"dpanic","ts":"2023-02-10T19:23:18Z","msg":"odd number of arguments passed as key-value pairs for logging","ignored key":["controller","ingress"]}
{"level":"dpanic","ts":"2023-02-10T19:23:18Z","msg":"odd number of arguments passed as key-value pairs for logging","ignored key":["controller","service"]}
{"level":"dpanic","ts":"2023-02-10T19:23:18Z","msg":"odd number of arguments passed as key-value pairs for logging","ignored key":["controller","targetGroupBinding"]}
{"level":"dpanic","ts":"2023-02-10T19:23:18Z","msg":"odd number of arguments passed as key-value pairs for logging","ignored key":["controllerGroup","elbv2.k8s.aws","controllerKind","TargetGroupBinding"]} 

Steps to reproduce
Build and deploy controller from the main branch

Expected outcome
The panic logs are not there

Environment

  • AWS Load Balancer controller version - main builds
  • Kubernetes version - 1.24
  • Using EKS (yes/no), if so version?, Yes, 1.24

Additional Context:
Related to changes from PR #2998, go-logr incompatible with controller-runtime?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants