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

Route53 RecordSet: Add support for healthcheck references #2209

Open
uricorin opened this issue Nov 10, 2024 · 0 comments
Open

Route53 RecordSet: Add support for healthcheck references #2209

uricorin opened this issue Nov 10, 2024 · 0 comments

Comments

@uricorin
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant