k8s icon indicating copy to clipboard operation
k8s copied to clipboard

feat: add crossplane 1.15

Open gopisaba opened this issue 1 year ago • 8 comments

  • add crossplane 1.15
  • add upbound aws 1.x versions

gopisaba avatar Feb 19 '24 12:02 gopisaba

need some help please. The CI is failing on crossplane.

gopisaba avatar Mar 20 '24 10:03 gopisaba

I think the problem is that https://doc.crds.dev/raw/github.com/upbound/[email protected] returns 502, there are a lot of CRDs for the AWS provider which causes a timeout.

mikael-lindstrom avatar Mar 20 '24 16:03 mikael-lindstrom

I think the problem is that https://doc.crds.dev/raw/github.com/upbound/[email protected] returns 502, there are a lot of CRDs for the AWS provider which causes a timeout.

Thanks @mikael-lindstrom. I have replaced doc.crds.dev with the github urls. It is long list of crds but it works I think. does it makes sense to you?

gopisaba avatar Mar 21 '24 00:03 gopisaba

Makes sense as a workaround to me, though the CRD list seems pretty hard to maintain. Not sure if there is any other way to solve it without adding new functionality, maybe the maintainers have some ideas?

mikael-lindstrom avatar Mar 21 '24 10:03 mikael-lindstrom

Makes sense as a workaround to me, though the CRD list seems pretty hard to maintain. Not sure if there is any other way to solve it without adding new functionality, maybe the maintainers have some ideas?

raised an issue on their repo 🤞🏽

gopisaba avatar Mar 21 '24 11:03 gopisaba

@mikael-lindstrom - Is it okay to release this with this workaround and when we have answers on this issue, we can fix it here as well?

gopisaba avatar Mar 26 '24 17:03 gopisaba

@mikael-lindstrom - Is it okay to release this with this workaround and when we have answers on this issue, we can fix it here as well?

I cannot make that call since I'm not a maintainer but maybe @Duologic can assist?

mikael-lindstrom avatar Mar 26 '24 22:03 mikael-lindstrom

Running CI...

I do not see a big problem in this but Crossplane pushes the boundaries quite a bit. We might want to look at different solutions in the mid-term. Maybe a git subtree or something like that.

Duologic avatar Mar 31 '24 10:03 Duologic

@Duologic ping on this one - I don't see a significant blocker on getting this merged. Wdyt?

xvzf avatar Aug 04 '24 21:08 xvzf

I think the problem is that https://doc.crds.dev/raw/github.com/upbound/[email protected] returns 502, there are a lot of CRDs for the AWS provider which causes a timeout.

Looks like this resolved now but broken again after 1.9.0 :(

gopisaba avatar Oct 03 '24 12:10 gopisaba

I've made a commit that generates that list, isn't flexible enough yet to support multiple versions but it's a start.

Duologic avatar Oct 10 '24 11:10 Duologic