any idea related to this?
# general
b
any idea related to this?
e
b
So removing the
pulumi.resources: true
should do the trick?
e
Should at least get pulumi to stop trying to download it
b
Ok let us try 🙂
@purple-beach-36424 here 🙂
p
Yeah well that I already did yesterday, but I still see the issues with the kubernetes plugin version 🤷‍♂️
Is there something we can do for the second part? I notices that the issue thread has been left hanging on this exact note 🤔
b
@echoing-dinner-19531 do you have any idea?
e
You might be able to fix up the versions in the generated code manually, but really this needs a codegen fix
b
Those this will be made inside crd2pulumi?
p
Yeah, for the codegen part we were already aware… at the moment I feel like we have a codegen on top of the codegen 😅
@echoing-dinner-19531 which version should be fixed and is there a way to defer to the default version. I don’t want the CRD to enforce a specific version of kubernetes plugin it’s really not its responsability to do so?
e
I think if you just remove the version it might default to whatever k8s version the rest of the program used
p
So I ended up replacing the
getVersion
method by
Copy code
export function getVersion(): string {
    return '';
}
It’s not a very accurate fix, but at least it’s now working
b
I’m trying that solution right now. I hope it will work since I’m struggling to find a suitable solution
b
It dit works for us @brash-hairdresser-60389
b
I’m trying right now
@big-potato-91793, it seems it works! Thanks