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

Unnecessary auto-upgrade-enroll message emitted at WARN level #30903

Closed
webvictim opened this issue Aug 23, 2023 · 1 comment
Closed

Unnecessary auto-upgrade-enroll message emitted at WARN level #30903

webvictim opened this issue Aug 23, 2023 · 1 comment
Labels

Comments

@webvictim
Copy link
Contributor

webvictim commented Aug 23, 2023

Expected behavior

All Teleport warnings should provide real errors with actionable feedback for users.

Current behavior

With a stock config from teleport configure, ~45 seconds after startup and every ~8 minutes after that, Teleport 13.2.3 and later emit a message at WARN level:

Aug 23 10:19:33 ubuntu teleport[17262]: 2023-08-23T10:19:33-03:00 WARN [AUTH]      Failed to delete auto-upgrade-enroll alert: cluster alert "auto-upgrade-enroll" not found auth/auth.go:1101
Aug 23 10:27:58 ubuntu teleport[17262]: 2023-08-23T10:27:58-03:00 WARN [AUTH]      Failed to delete auto-upgrade-enroll alert: cluster alert "auto-upgrade-enroll" not found auth/auth.go:1101

This message is not actionable and confuses users, thinking there is a problem with their cluster when it's just running normally. There has been an uptick in logs in the Community Slack mentioning this message as a problem with the cluster in the last week.

We should suppress or otherwise remove this message from log output.

@fspmarshall git blame has pointed me at #28951 and its v13 backport #29206 as being the likely culprit.

@webvictim webvictim added the bug label Aug 23, 2023
@fspmarshall
Copy link
Contributor

Fixed in #30849

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

No branches or pull requests

2 participants