-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
🐛 : (go/v4) fixes based on golangci-lint run -v #4384
Conversation
Hi @monteiro-renato. 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 Once the patch is verified, the new status will be reflected by the 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-sigs/prow repository. |
56438d6
to
cfddeb6
Compare
I also tried bumping the version of golangci-lint to 1.62 but the lint action started breaking with:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/ok-to-test
THANK you a lot 🥇 By the way, 🌱 we just use when it is something that does not change anything for end users |
cfddeb6
to
867ccdd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/ok-to-test
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86, monteiro-renato The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This seems to be mergeable but I think I found another bug.
Describing the pod displays:
Looks like there's further troubleshooting to do. |
Might not actually be a bug. Might be some missing manual configs (which may or may not be documented in the book, I haven't checked). But yea, simply running those three commands you posted in the issue and pushing the code to Github doesn't seem to be enough to make the e2e tests happy. Edit: I'm done for the day. I might take a look at the docs during the weekend if I find the time. |
Fixes: #4376