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

fix(cluster): Cluster fails to delete (#87) #101

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

Avarei
Copy link
Contributor

@Avarei Avarei commented Oct 11, 2023

Description of your changes

This just implements the recommendation by @stevendborrelli. Which fixes the issue of Cluster Objects not being deleted within ArgoCD, when the Cluster Resource is deleted.

Fixes #87

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

I ran make build and deployed the provider in a cluster with crossplane deployed.
A Cluster resource was created and I verified that it was created successfully using argocd cluster list and by viewing the status of kubectl get clusters then deleted the resource and verified that it was deleted in argocd using the same argocd cluster list command.

Copy link
Collaborator

@MisterMX MisterMX left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you very much @Avarei!

@MisterMX MisterMX merged commit f446591 into crossplane-contrib:main Oct 25, 2023
@Avarei Avarei deleted the fix/cluster-deletion branch October 25, 2023 19:12
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 fails to delete
2 participants