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

Mark k8s-workload-registrar as deprecated #3526

Merged

Conversation

azdagron
Copy link
Member

Fixes: #3501

@azdagron azdagron added this to the 1.5.0 milestone Oct 25, 2022
@@ -69,6 +69,8 @@ func (c *ReconcileMode) Run(ctx context.Context) error {
}))
setupLog := ctrl.Log.WithName("setup")

setupLog.Info("The k8s-workload-registrar is deprecated and no longer maintained. Please migrate to the SPIRE Controller Manager (https://github.com/spiffe/spire-controller-manager).")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be at Warning level instead of Info?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logr loggers only have info and error levels. I considered logging at error level but in the end determined this was more info than error :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair enough.

Copy link
Member

@amartinezfayo amartinezfayo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @azdagron!

@azdagron azdagron merged commit 6e2b9e0 into spiffe:main Oct 25, 2022
@azdagron azdagron deleted the mark-k8s-workload-registrar-as-deprecated branch October 25, 2022 18:25
stevend-uber pushed a commit to stevend-uber/spire that referenced this pull request Oct 16, 2023
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 this pull request may close these issues.

Mark the k8s-workload-registrar as deprecated in both documentation and logging
2 participants