controller-runtime icon indicating copy to clipboard operation
controller-runtime copied to clipboard

:warning: kube aware logger which could also work with logger.WithValues

Open STRRL opened this issue 3 years ago • 30 comments

Signed-off-by: STRRL [email protected]

This PR could fix https://github.com/kubernetes-sigs/controller-runtime/issues/1290

As this comment says, the latest logr provide logr.Marshaler, it could be used instead the current "kube-aware-logger-things" implementation with custom zap encoder

STRRL avatar May 03 '22 07:05 STRRL

Welcome @STRRL!

It looks like this is your first PR to kubernetes-sigs/controller-runtime 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes-sigs/controller-runtime has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. :smiley:

k8s-ci-robot avatar May 03 '22 07:05 k8s-ci-robot

Hi @STRRL. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

k8s-ci-robot avatar May 03 '22 07:05 k8s-ci-robot

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: STRRL To complete the pull request process, please assign gerred after the PR has been reviewed. You can assign the PR to them by writing /assign @gerred in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

k8s-ci-robot avatar May 03 '22 07:05 k8s-ci-robot

Hi! I think this PR is ready for view.

/cc @timebertt

STRRL avatar May 03 '22 10:05 STRRL

@STRRL: GitHub didn't allow me to request PR reviews from the following users: timebertt.

Note that only kubernetes-sigs members and repo collaborators can review this PR, and authors cannot review their own PRs.

In response to this:

Hi! I think this PR is ready for view.

/cc @timebertt

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

k8s-ci-robot avatar May 03 '22 10:05 k8s-ci-robot

PTAL

/cc @fillzpp

STRRL avatar Jul 13 '22 06:07 STRRL

/ok-to-test

alvaroaleman avatar Jul 16 '22 16:07 alvaroaleman

Hi @alvaroaleman @camilamacedo86, I have updated the codes. It seems it would not change the API / bring the breaking changes now.

PTAL! ❤️

Could I remove the :warning: and change to use :bug: in the PR title?

STRRL avatar Jul 17 '22 03:07 STRRL

~~And CGO_ENABLED=1 make test failed on my local machine with unrelated testcases, could I ignore them?~~

It definitely failed cause by these changes in this PR ... I am going to take a look.

STRRL avatar Jul 17 '22 03:07 STRRL

~And CGO_ENABLED=1 make test failed on my local machine with unrelated testcases, could I ignore them?~

It definitely failed cause by these changes in this PR ... I am going to take a look.

Fixed! PTAL! :D @alvaroaleman @camilamacedo86

STRRL avatar Jul 17 '22 03:07 STRRL

Hi @alvaroaleman @camilamacedo86, PTAL ❤️

STRRL avatar Aug 08 '22 13:08 STRRL

/cc @alvaroaleman @camilamacedo86 @FillZpp

STRRL avatar Aug 16 '22 09:08 STRRL

hi @alvaroaleman , could we push the progress of this PR

STRRL avatar Oct 04 '22 16:10 STRRL

Maybe we should wait a little with logger changes before we see what happens whit this proposal. It is likely going to be accepted.

zbindenren avatar Dec 05 '22 07:12 zbindenren

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: STRRL Once this PR has been reviewed and has the lgtm label, please assign gerred for approval by writing /assign @gerred in a comment. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

k8s-ci-robot avatar Dec 06 '22 05:12 k8s-ci-robot

Maybe we should wait a little with logger changes before we see what happens whit this proposal. It is likely going to be accepted.

It might still take a loooong time to use the new slog in the kubernetes ecosystem..

I am not sure it's worth waiting.

STRRL avatar Dec 06 '22 05:12 STRRL

PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

k8s-ci-robot avatar Feb 14 '23 23:02 k8s-ci-robot

@STRRL: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-controller-runtime-test 0e3754a8e9acc6b8c37e746e24f63b85e5922398 link true /test pull-controller-runtime-test

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

k8s-ci-robot avatar Feb 16 '23 15:02 k8s-ci-robot

The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Mark this PR as fresh with /remove-lifecycle stale
  • Close this PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar May 17 '23 16:05 k8s-triage-robot

The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Mark this PR as fresh with /remove-lifecycle rotten
  • Close this PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

k8s-triage-robot avatar Jun 16 '23 17:06 k8s-triage-robot

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Reopen this PR with /reopen
  • Mark this PR as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

k8s-triage-robot avatar Jul 16 '23 17:07 k8s-triage-robot

@k8s-triage-robot: Closed this PR.

In response to this:

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Reopen this PR with /reopen
  • Mark this PR as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

k8s-ci-robot avatar Jul 16 '23 17:07 k8s-ci-robot