Bug 2041971: Revert use webhookApply implementation from Library Go#980
Bug 2041971: Revert use webhookApply implementation from Library Go#980JoelSpeed wants to merge 1 commit intoopenshift:masterfrom
Conversation
|
@JoelSpeed: This pull request references Bugzilla bug 2041971, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/test unit |
|
/retest-required |
|
@JoelSpeed: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/hold We may be able to fix this using openshift/library-go#1293 instead |
|
/close |
|
@JoelSpeed: Closed this PR. DetailsIn 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. |
|
@JoelSpeed: This pull request references Bugzilla bug 2041971. The bug has been updated to no longer refer to the pull request using the external bug tracker. DetailsIn 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. |
The library go implementation of webhook apply has been broken, it no longer updates the spec unless metadata is changed and as such, is not useful to us.
We had a working implementation before we switched to library go, so my plan is to revert the migration to library go until the implementation is fixed within library go