Closed neopointer closed 2 weeks ago
Alright, which language are you using and which method are you using to import the CRDs?
By method I mean:
Using the CLI: cdk8s import https://raw.githubusercontent.com/cilium/cilium/refs/tags/v1.16.3/pkg/k8s/apis/cilium.io/client/crds/v2alpha1/ciliumloadbalancerippools.yaml
Using cdk8s.yaml:
imports:
- k8s
- https://raw.githubusercontent.com/cilium/cilium/refs/tags/v1.16.3/pkg/k8s/apis/cilium.io/client/crds/v2alpha1/ciliumloadbalancerippools.yaml
And then running cdk8s import
I am using Go, Ubuntu, and version 2.198.254 and I was able to install it just fine using the cdk8s import
command (and yes I understand this setup uses a different OS and version of CDK8s)
@maliciousbucket sorry I forgot to mention, but I'm using Java. Thanks for taking a look into it.
@maliciousbucket I don't know what happened, but when I tried to import using the URL directly instead of the file in my filesystem then it worked. I would assume then most likely I introduced some change in the local file without noticing.
I'll close the issue.
Thanks!
Description of the bug:
Failed to import CRD, seems to be similar to #892.
Reproduction Steps:
I could not pin point to the exact place, but it's failing while importing this CRD:
https://raw.githubusercontent.com/cilium/cilium/refs/tags/v1.16.3/pkg/k8s/apis/cilium.io/client/crds/v2alpha1/ciliumloadbalancerippools.yaml
Error Log:
Environment:
Other:
This is :bug: Bug Report