Open gecube opened 1 year ago
Issues go stale after 180d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 60d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Provide feedback via https://github.com/aws-controllers-k8s/community.
/lifecycle stale
/remove-lifecycle stale
Issues go stale after 180d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 60d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Provide feedback via https://github.com/aws-controllers-k8s/community.
/lifecycle stale
/remove-lifecycle stale
Good day!
I am playing around with FlowLog object and found that I need to precisely know the RoleID and VpcID before the creation of FlowLog:
The standard way of referencing different objects in ACK framework is using of something like:
or
I am kindly asking to leverage the same approach to
FlowLog
, or otherwise propose some better alternative. The mechanism likeFieldExport
in case of support a generic k8s object like a target could be good option. Right now it works only with Secrets and/or Configmaps according to the documentation.Other option could be usage of some FluxCD features (no idea what will be the suitable one).