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
When defining the following RDS Proxy resource, how is it possible to associate a RDS Instance DB to the default Target Group created automatically along with the RDS Proxy Instance ?
Considering we use Crossplane and do everything via gitops, it is necessary for us to have a way to do this,
but the documentation i see here doesn't seems to indicate this feature exists:
Moreover, creating the ProxyDefaultTargetGroup is not needed at all, as it is anyway created automatically when we create a Proxy resource.
How is it possibile to do it ? Or is it a missing feature ?
If the feature is missing i would propose to implement it, otherwise after creating the Proxy we are forced to ignore changes to it and don't align it anymore to the git code after associating manually the target RDS Instance, or ArgoCD or other gitops systems will automatically remove the manual setting.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When defining the following RDS Proxy resource, how is it possible to associate a RDS Instance DB to the default Target Group created automatically along with the RDS Proxy Instance ?
Considering we use Crossplane and do everything via gitops, it is necessary for us to have a way to do this,
but the documentation i see here doesn't seems to indicate this feature exists:
https://marketplace.upbound.io/providers/upbound/provider-aws-rds/v1.23.2/resources/rds.aws.upbound.io/Proxy/v1beta1
The Default Target Group also doesn't seem to provide this configuration parameter:
https://marketplace.upbound.io/providers/upbound/provider-aws-rds/v1.23.2/resources/rds.aws.upbound.io/ProxyDefaultTargetGroup/v1beta2
Moreover, creating the ProxyDefaultTargetGroup is not needed at all, as it is anyway created automatically when we create a Proxy resource.
How is it possibile to do it ? Or is it a missing feature ?
If the feature is missing i would propose to implement it, otherwise after creating the Proxy we are forced to ignore changes to it and don't align it anymore to the git code after associating manually the target RDS Instance, or ArgoCD or other gitops systems will automatically remove the manual setting.
template.yaml
values.yaml
Beta Was this translation helpful? Give feedback.
All reactions