Skip to content
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

Delete cluster DNS config from DNS provider config #365

Conversation

Miciah
Copy link
Contributor

@Miciah Miciah commented Feb 27, 2020

Remove references to the cluster DNS configuration object from the configuration objects for the AWS and Azure DNS providers.

#121 added a reference to the cluster DNS configuration in the AWS provider configuration, and #231 added a similar reference in the Azure provider configuration, but neither provider ever used the reference.

  • cmd/ingress-operator/start.go: Do not set the DNS field in the config argument to NewProvider.
  • pkg/dns/aws/dns.go (Config):
  • pkg/dns/azure/dns.go (Config): Delete the DNS field.

This is just a clean-up; no functional change.

Remove references to the cluster DNS configuration object from the
configuration objects for the AWS and Azure DNS providers.

Commit f4d5db3 added a reference to the
cluster DNS configuration in the AWS provider configuration, and commit
32ca97d (which added the Azure provider)
added a similar reference in the Azure provider configuration, but neither
provider ever used the reference.

* cmd/ingress-operator/start.go: Do not set the DNS field in the config
argument to NewProvider.
* pkg/dns/aws/dns.go (Config):
* pkg/dns/azure/dns.go (Config): Delete the DNS field.
@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Feb 27, 2020
@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 27, 2020
@ironcladlou
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 10, 2020
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ironcladlou, Miciah

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

3 similar comments
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit 1f3fbf4 into openshift:master Mar 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants