Closed prasek closed 3 years ago
See related https://github.com/crossplane/crossplane/issues/1961
Tool like cdk8s can import CRDs for a given release by pulling all CRD definitions from a single file:
cdk8s import https://github.com/knative/serving/releases/download/v0.19.0/serving-crds.yaml
cdk8s import k8s@1.15.0
To get the Crossplane CRDs you have to find and import each CRD:
Also available CRDs can vary from release to release, so bumping versions in your cdk8s.yaml imports you have to:
Support download of single CRD manifest for each project / version, so cdk8s can import all available types using a single import statement.
See related https://github.com/crossplane/crossplane/issues/1961
What problem are you facing?
Tool like cdk8s can import CRDs for a given release by pulling all CRD definitions from a single file:
cdk8s import https://github.com/knative/serving/releases/download/v0.19.0/serving-crds.yaml
cdk8s import k8s@1.15.0
(src)To get the Crossplane CRDs you have to find and import each CRD:
Also available CRDs can vary from release to release, so bumping versions in your cdk8s.yaml imports you have to:
What could we do to help?
Support download of single CRD manifest for each project / version, so cdk8s can import all available types using a single import statement.