-
Notifications
You must be signed in to change notification settings - Fork 550
CORS-4096: Add DNS Record Type for IPv6 Domain mapping #2361
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
base: master
Are you sure you want to change the base?
Conversation
operatoringress/v1/types.go: ** Add the new DNS Record Type for "AAAA" which is an RFC 3596 record used to map a domain name to an IPv6 address. Intention/Function Examples: ** Cluster Ingress operator will use this new record type when a DNS record for IPv6 addresses is to be created. ** Openshift Installer will use this new record type when a DNS record for IPv6 addresses is to be created.
@barbacbd: This pull request references CORS-4096 which is a valid jira issue. 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 openshift-eng/jira-lifecycle-plugin repository. |
Hello @barbacbd! Some important instructions when contributing to openshift/api: |
/approve @Miciah any concerns about this from a CIO side? |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: barbacbd, JoelSpeed 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 |
/cc @Miciah |
@barbacbd: all tests passed! 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-sigs/prow repository. I understand the commands that are listed here. |
/hold We should probably have this addition behind a feature gate, is there an appropriate feature that would own this? |
operatoringress/v1/types.go:
** Add the new DNS Record Type for "AAAA" which is an RFC 3596 record used to map a domain name to an IPv6 address.
Intention/Function Examples:
** Cluster Ingress operator will use this new record type when a DNS record for IPv6 addresses is to be created. ** Openshift Installer will use this new record type when a DNS record for IPv6 addresses is to be created.