-
Notifications
You must be signed in to change notification settings - Fork 132
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
Anexia: various patches (request/response logging, CPU performance type, 404 fix on delete) #1797
Anexia: various patches (request/response logging, CPU performance type, 404 fix on delete) #1797
Conversation
Hi @LittleFox94. Thanks for your PR. I'm waiting for a kubermatic 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/test-infra repository. |
ba549ba
to
c3b5142
Compare
There already was a check for a 404 error being returned, but the client library does not actually return 404 as error. Workaround is needed, as that won't be fixed in go-anxcloud, as it's the legacy client - but nicely commented and good workaround. Signed-off-by: Mara Sophie Grosch <[email protected]>
This way we get request/response logging if required - even prefixed with the Machine name, if applicable. Signed-off-by: Mara Sophie Grosch <[email protected]>
Signed-off-by: Mara Sophie Grosch <[email protected]>
c3b5142
to
e18ea59
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.
/approve
LGTM label has been added. Git tree hash: 6f02a1eb6d6af33188644f4956ad1c15b8a2796e
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmedwaleedmalik 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 |
@ahmedwaleedmalik any chance this could be backported to v1.59 and released? |
/cherry-pick release/v1.59 |
@ahmedwaleedmalik: new pull request created: #1798 In response to this:
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. |
@LittleFox94 We can backport this, but I'm not yet sure when we'll have the new patch releases for v1.59. |
I guess just having it ready on that branch for the next release seems worth it already :) |
Awesome, sounds good 👍 |
What this PR does / why we need it:
We found some old patches that are probably still worth adding and I combined them with a new feature here in this PR:
pkg/cloudprovider/util.HttpClient
to enable request/response loggingWhat type of PR is this?
/kind bug
/kind feature
Special notes for your reviewer:
Since this is all localized in the Anexia provider and all just small changes, I figured there's no harm in combining that into a single PR.
Does this PR introduce a user-facing change? Then add your Release Note here:
Documentation:
I extended the example
MachineDeployment
in this repository.