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

Add sync functionality #14

Merged
merged 2 commits into from
Oct 26, 2023
Merged

Add sync functionality #14

merged 2 commits into from
Oct 26, 2023

Conversation

sarataha
Copy link
Contributor

Copy link
Collaborator

@foot foot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kubectl annotate automatedclusterdiscovery aks-cluster-discovery "reconcile.fluxcd.io/requestedAt"=foo

  • ✅ Triggers a reconciliation
  • ✅ updates lastHandledReconcileAt: foo

@foot
Copy link
Collaborator

foot commented Oct 23, 2023

Ah! If the reconcilation fails... it would still be nice to update the status too.

  • Tested updating the subId to a bad value
  • waiting for it to settle
  • annotated the ACD
  • triggers a reconcilation
  • BUT lastHandledReconcileAt: foo is not updated in the status. (when it should be, I think)

Lets add a test for that?

  • Update the mockAks thing so that it returns an error
  • Make sure the status is still updated

Copy link
Collaborator

@bigkevmcd bigkevmcd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thank you!

@foot foot merged commit 0ba7ecd into main Oct 26, 2023
3 checks passed
@foot foot deleted the sync branch October 26, 2023 09:44
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.

[cluster-reflector] Add sync/suspend/resume support to CRD and controller
3 participants