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
We provide a platform built on git-ops principles which allow developers to build and deploy to Kubernetes as well as create and configure external resources outside of the cluster. Crossplane plays a big part in that, however, one of the problems we have, is that Crossplane does not send a notification when an external resource such as RDS is actually created and ready for use. At the moment it just sends an event saying "Successfully requested creation of external resource". The resource can then take 10 - 20 minutes to actually become ready. In an ideal world, crossplane would emit an event when the resource is ready and we would then send a notification to our user. Because of this gap, we have had to create our own custom controller to watch the status of crossplane objects and create our own events when a resource is created and ready for use.
Can you add a feature to send events when a resource is created and ready for use.
The text was updated successfully, but these errors were encountered:
Crossplane does not currently have enough maintainers to address every issue and pull request. This issue has been automatically marked as stale because it has had no activity in the last 90 days. It will be closed in 14 days if no further activity occurs. Leaving a comment starting with/fresh will mark this issue as not stale.
We provide a platform built on git-ops principles which allow developers to build and deploy to Kubernetes as well as create and configure external resources outside of the cluster. Crossplane plays a big part in that, however, one of the problems we have, is that Crossplane does not send a notification when an external resource such as RDS is actually created and ready for use. At the moment it just sends an event saying "Successfully requested creation of external resource". The resource can then take 10 - 20 minutes to actually become ready. In an ideal world, crossplane would emit an event when the resource is ready and we would then send a notification to our user. Because of this gap, we have had to create our own custom controller to watch the status of crossplane objects and create our own events when a resource is created and ready for use.
Can you add a feature to send events when a resource is created and ready for use.
The text was updated successfully, but these errors were encountered: