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

Track Provider resource state #445

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from
Draft

Conversation

alexgeorgousis
Copy link
Contributor

@alexgeorgousis alexgeorgousis commented Jan 22, 2025

Closes #443

Tasks

  • Set SynchronizationState on Provider resource
    • Write decoupled tests for all state transitions
    • Current problematic scenario: failing deployment and then fixing it (add a test case for it)
    • Case to cover: What if Creating -> Deployment create operation fails -> Failed -> Creating -> ... forever
    • We don't cover failure scenarios in the pipeline decoupled tests - probably want some right?
  • Set Synchronized condition (we do this for all other resources)???
  • What about ObservedGeneration? (It's on the CRD but we never set it explicitly)
  • Set events on provider resource
  • Add/update integration tests if needed

@alexgeorgousis alexgeorgousis changed the title Provider state handling Track Provider resource state Jan 22, 2025
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.

Track Provider resource state
5 participants