[release-4.12] OCPBUGS-15251: Add support for protocolStrategy API field to enable force_tcp configuration#378
Conversation
|
@gcs278: This pull request references Jira Issue OCPBUGS-6829, which is invalid:
Comment The bug has been updated to 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. |
|
@gcs278: This pull request references Jira Issue OCPBUGS-6829, which is invalid:
Comment 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. |
|
@gcs278: This pull request references Jira Issue OCPBUGS-6829, which is invalid:
Comment 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. |
|
@gcs278: This pull request references Jira Issue OCPBUGS-15251, which is invalid:
Comment The bug has been updated to 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. |
80ea0c5 to
8114249
Compare
|
/retest-required |
|
/retest-required |
…orce_tcp configuration `go.mod`: Vendor API support for protocolStrategy `pkg/operator/controller/controller_dns_configmap.go`: Logic to add force_tcp in corefile if protocolStrategy is TCP `pkg/operator/controller/controller_dns_configmap_test.go`: Unit tests `pkg/operator/controller/testdata/*`: New corefiles for unit testing
8114249 to
5f89cdd
Compare
|
/jira refresh |
|
@gcs278: This pull request references Jira Issue OCPBUGS-15251, which is invalid:
Comment The bug has been updated to 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. |
|
/assign @Miciah |
|
@gcs278: all tests passed! 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. |
|
/jira refresh |
|
@gcs278: This pull request references Jira Issue OCPBUGS-15251, which is invalid:
Comment 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. |
|
/jira refresh |
|
@gcs278: This pull request references Jira Issue OCPBUGS-15251, which is valid. 6 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. |
|
/assign |
|
/approve This is a low-risk change that adds and implements a new API field in the operator DNS config. This new field defaults to empty and has no effect unless the cluster-admin specifies a nonempty value for it. The one difference that catches my attention vis-à-vis the release-4.13 backport PR, #372, and this PR is that bumping openshift/api brings in a lot of reformatting of the descriptions in the CRD, but these changes are all cosmetic, and possibly improvements. I'm curious whether this PR improves the output of the numbered list in the |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Miciah The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Repeating from internal discussion for transparency: The large number of changes result from the infrequent openshift/api bumps in cluster-dns-operator's release-4.12 branch, and most of the changes have no impact on cluster-dns-operator. For example, this operator does not use the IngressController API or instantiate its CRD, and so the changes to |
|
/label cherry-pick-approved |
|
@gcs278: Jira Issue OCPBUGS-15251: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-15251 has been moved to the MODIFIED state. 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. |
|
Fix included in accepted release 4.12.0-0.nightly-2023-09-08-181253 |
This is a manual cherry-pick of #359 because the API (openshift/api#1500) is also being backported as openshift/api#1502 and needed to be manually vendored.
go.mod: Vendor API support for protocolStrategypkg/operator/controller/controller_dns_configmap.go: Logic to add force_tcp in corefile if protocolStrategy is TCPpkg/operator/controller/controller_dns_configmap_test.go: Unit testspkg/operator/controller/testdata/*: New corefiles for unit testing