Víctor Felipe Godoy Hernández
Víctor Felipe Godoy Hernández
same issue! but now it's working after I restart colima ```bash colima stop colima start ```
@IllusionVK nice feature!! I hope it will be soon merged
> Just got this error with a very simple config: > > ``` > resource "helm_release" "prometheus" { > name = "kapsul-test-prom" > repository = "https://prometheus-community.github.io/helm-charts" > chart = "kube-prometheus-stack"...
@alon-dotan-starkware you can check my fork, does not work after the first apply if you modify something
And what could we expect when the resource it's deleted ?
@jessequinn I closed it because It crash when I re apply a second time when a value change, and I haven't got any time to fix it
@jessequinn but that error it's a timeout did you configure the provider well ?
> seems to work now. i haven't tested a modification on the CRD, but for us that wouldnt happen. Cool, I will try to fix it soon
@fernaspiazu did you try this? https://github.com/gavinbunney/terraform-provider-kubectl/pull/118
> I arrived here because I get the error: `Too long: must have at most 262144 bytes` from Solr operator's CRD, that I'm applying with this `kubectl` terraform provider. >...