jsonnet-libs / k8s

Code generator for Jsonnet Kubernetes libraries.
Apache License 2.0
169 stars 96 forks source link

feat: add crossplane 1.15 #395

Open gopisaba opened 6 months ago

gopisaba commented 6 months ago
gopisaba commented 5 months ago

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

mikael-lindstrom commented 5 months ago

I think the problem is that https://doc.crds.dev/raw/github.com/upbound/provider-aws@v1.0.0 returns 502, there are a lot of CRDs for the AWS provider which causes a timeout.

gopisaba commented 5 months ago

I think the problem is that https://doc.crds.dev/raw/github.com/upbound/provider-aws@v1.0.0 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?

mikael-lindstrom commented 5 months ago

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?

gopisaba commented 5 months ago

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 commented 5 months ago

@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?

mikael-lindstrom commented 5 months ago

@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?

Duologic commented 5 months ago

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.

xvzf commented 1 month ago

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