-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
CALICO_NETWORKING_BACKEND none creates noisy log output #7819
Comments
Looks like that spammy log was removed in this commit: 08f2765 Seems like a reasonable enough cherry-pick if anyone wants to have a go |
I can try this, for sure. Should I open a cherry-pick PR after testing? |
@caseydavenport only this cherry-pick creates a nil pointer because calico/node/pkg/lifecycle/startup/startup.go Lines 188 to 189 in 8234b36
needs calico/node/pkg/lifecycle/startup/startup.go Line 706 in 8234b36
Btw, this is also an issue with the latest |
@caseydavenport i've created a PR that fixes this nil pointer. After merge we can cherry-pick both PRs to backport this change to v3.26 |
@tobiasgiese good catch! I just gave that PR a look over and gave some suggestions - LMK what you think. |
@caseydavenport adjusted the PR according to your suggestions and it's working as expected. Thanks for your review! 👍🏻 |
@caseydavenport created PR #7824 to cherry-pick both commits. |
@tobiasgiese Thanks for your PRs. Closing this issue. |
Any news on when this gets released? or at least if there is a workaround till it is? |
@mindw seems like v3.26.3 has been released last week |
With calico v3.26.1 there is an issue with
CALICO_NETWORKING_BACKEND: none
.Using no network backend creates alot of log output. Every second the following lines will be printed:
With the latest
master
(i.e., v3.27.0-dev) this issue does not occur.Reproducable with
kind
:none
Setting
CALICO_STARTUP_LOGLEVEL
orFELIX_LOGSEVERITYSCREEN
toerror
does not fix the issue.Your Environment
Tobias Giese [email protected], Mercedes-Benz Tech Innovation GmbH, legal info/Impressum
The text was updated successfully, but these errors were encountered: