Skip to content

Route53 RecordSet: Add support for healthcheck references #2209

Open
@uricorin

Description

@uricorin

Is your feature request related to a problem?
I want to manage both a RecordSet and a HealthCheck as a single deployment.
However, RecordSet only supports a healthCheckID which makes the process fragile and difficult to automate (create HealthCheck resource, wait for sync, get the ARN, use in RecordSet).

Describe the solution you'd like
A healthCheckRef field (similar to hostedZoneRef) would be added to RecordSet - This would allow for simple integration between the components.

Describe alternatives you've considered
I've considered using a FieldExport but this would have to be coupled with a pipeline/policy that applies changes to RecordSet when a configmap changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/resource-referencesIssues or PRs related to resource referencesservice/route53Indicates issues or PRs that are related to route53-controller.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions