no-jira: aws: allow privateDnsName field on AWS CAPI machines for dualstack support#592
no-jira: aws: allow privateDnsName field on AWS CAPI machines for dualstack support#592tthvo wants to merge 1 commit into
Conversation
…pport Remove privateDnsName from the unsupported AWS spec fields admission policy and CAPI-to-MAPI conversion validation. This unblocks dualstack installs that require configuring instance hostname DNS records (AAAA/A) via the CAPA PrivateDNSName field. Note: MAPI has no equivalent field, so it is silently dropped during conversion.
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@tthvo: This pull request explicitly references no jira issue. 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 openshift-eng/jira-lifecycle-plugin repository. |
WalkthroughThis PR removes PrivateDNSName from unsupported AWS spec field validations across admission policies and conversion logic, while adding test coverage for the cloudInit forbidden field in AWSMachine and AWSMachineTemplate resources. The changes synchronize policy definitions, conversion validation, and test assertions across the stack. ChangesPrivateDNSName removal and cloudInit validation tests
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[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 |
|
/hold |
|
@tthvo: 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-sigs/prow repository. I understand the commands that are listed here. |
Description
Remove privateDnsName from the unsupported AWS spec fields admission policy and CAPI-to-MAPI conversion validation. This unblocks dualstack installs that require configuring instance hostname DNS records (AAAA/A) via the CAPA PrivateDNSName field.
Note: MAPI has no equivalent field, so it is silently dropped during conversion.
See also #593
Summary by CodeRabbit
New Features
privateDnsNamefield.Updates