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

Give some EC2 networking APIs a creation grace time #805

Closed
wants to merge 1 commit into from

Conversation

negz
Copy link
Member

@negz negz commented Aug 16, 2021

Description of your changes

Fixes at least one variant of #802.
Closes #803.

Per #802 there seems to be some lag between when some EC2 networking resources (RouteTables, InternetGateways) are created and when they actually show up in queries. This PR leverages crossplane/crossplane-runtime#280 to allow for this.

I'm leaving this in draft for now because I want to manually test it a little more (and update the relevant unit tests).

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

See crossplane/crossplane-runtime#280.

Per crossplane-contrib#802 there seems to be some
lag between when some EC2 networking resources (RouteTables, InternetGateways)
are created and when they actually show up in queries. This commit leverages
crossplane/crossplane-runtime#280 to allow for this.

Signed-off-by: Nic Cope <negz@rk0n.org>
@negz negz closed this Aug 31, 2021
tektondeploy pushed a commit to gtn3010/provider-aws that referenced this pull request Mar 12, 2024
Explicitly queue a reconcile request if a shared provider has expired
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

Successfully merging this pull request may close these issues.

None yet

1 participant