-
Notifications
You must be signed in to change notification settings - Fork 116
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
Fixes #419: Allow configuration of haproxy option persist #420
Conversation
Hi @thomaswoeckinger. Thanks for your PR. I'm waiting for a openshift 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. |
/assign @candita |
/assign @frobware |
As this would be new functionality please can you file an RFE under https://issues.redhat.com/projects/RFE/issues with the "Network Edge" component. PM and engineering meet regularly to discuss all RFEs. |
/unassign |
@frobware Maybe i do not have permissions for that projects? |
/assign |
@Miciah Can you change the permissions to |
/assign @Miciah |
@thomaswoeckinger Thank you for the PR. As @frobware mentioned, this looks like a new feature. We have a new RFE process, so will look into why can't use it, but in the meantime: We need a better description in this PR, and annotation unit testing in TestConfigTemplate, see https://github.com/openshift/router/blob/master/pkg/router/router_test.go#L181 Would you be willing to make a PR to add documentation for the new annotation? Route annotations are documented here: https://github.com/openshift/openshift-docs/blob/main/modules/nw-route-specific-annotations.adoc |
I will add one
I will add some documentation to. |
@Miciah , @frobware , @candita due to testing i found out that the router will remove a server entry from the backend as soon as the EndpointSlice is marked as ready state 'false' even if serving state is 'true'. |
@thomaswoeckinger we will get in touch regarding the next steps on this one. It's possible that this will require a RFE and enhancement document. |
c1678d3
to
4d65c7f
Compare
Added test case for the new option, as the used parser does not support retrieval of option attribute at the moment, i had to check it by simple old string parsing |
@Miciah @candita @frobware Added a pull request for the documentation openshift/openshift-docs#52923 |
/ok-to-test |
4d65c7f
to
6def6bb
Compare
@Miciah The two failing test jobs are not related to the changes as far as i see |
/retest-required |
/retest |
@frobware Can you tell me the project to use. |
6def6bb
to
90418bd
Compare
[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.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@thomaswoeckinger: The following tests failed, say
Full PR test history. Your PR dashboard. 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. |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
I still can not create an issue because when i click 'create' there is no project RFE or 'Openshift Request for Enhancement' available i use [email protected] as login |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closed this PR. 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. |
No description provided.