arlon icon indicating copy to clipboard operation
arlon copied to clipboard

Add (better) support for Crossplane clusters

Open bcle opened this issue 3 years ago • 2 comments

This may involve adding a new ApiProvider property to the clusterspec object.

Aha! Link: https://pf9.aha.io/features/ARLON-170

bcle avatar Jan 24 '22 14:01 bcle

There is current experimental support for Crossplane clusters, but they suffer from 2 major issues I've observed but haven't been able to investigate fully:

  • ArgoCD flags some created resources in the tree as out of sync or unhealthy. I think it's due to Crossplane compositions having 2 flavors of many objects: the actual resources, and "claims" on the resources. This seems to confuse ArgoCD.
  • 90% of the resources (and the underlying infrastructure elements) tend to get automatically deleted after half a day. I have no idea why this is happening. It could be related to the first bullet, combined with some garbage collection.

bcle avatar Mar 29 '22 00:03 bcle

@cre8minus1 , @bcle I have added this to the icebox for now assuming we are not taking it up any time soon.

cruizen avatar Jan 12 '23 16:01 cruizen