You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
I want to manage both a
RecordSet
and aHealthCheck
as a single deployment.However,
RecordSet
only supports ahealthCheckID
which makes the process fragile and difficult to automate (createHealthCheck
resource, wait for sync, get the ARN, use inRecordSet
).Describe the solution you'd like
A
healthCheckRef
field (similar tohostedZoneRef
) would be added toRecordSet
- 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 toRecordSet
when a configmap changes.The text was updated successfully, but these errors were encountered: