-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experiments Feature Breaking the helm_release asking for CRD to install First #1217
Comments
Hi @srikanth2302, do you have the CRDs installed? |
No... CRD's are not installed that should be taken care by Helm Package.. Without Experiments feature it doesnt check and plan was successful. I am looking for Just to check values difference and not to check CRD's. |
Ran into this issue as well - this error occurs when running a plan containing a new helm chart with manifest=true experiment enabled. If you manually install the CRDS then you can get a successful plan. Or if you turn off manifest=true you can also get a successful plan. |
Marking this issue as stale due to inactivity. If this issue receives no comments in the next 30 days it will automatically be closed. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. This helps our maintainers find and focus on the active issues. Maintainers may also remove the stale label at their discretion. Thank you! |
Terraform, Provider, Kubernetes and Helm Versions
Affected Resource(s)
Terraform Configuration Files
Debug Output
NOTE: In addition to Terraform debugging, please set HELM_DEBUG=1 to enable debugging info from helm.
Error: unable to build kubernetes objects from release manifest: [resource mapping not found for name: "virtualservice" namespace: "istio-system" from "": no matches for kind "Certificate" in version "networking.istio.io/v1beta1"
│ ensure CRDs are installed first, resource mapping not found for name: "virtualservice" namespace: "kube-system" from "": no matches for kind "Issuer" in version "networking.istio.io/v1beta1"
│ ensure CRDs are installed first, unable to recognize no matches for kind "VirtualService" in version "networking.istio.io/v1beta1"]
Panic Output
Steps to Reproduce
terraform apply
Expected Behavior
A parameter that can Isolate or bypass CRD Installation so that it can show only chart values diff would be helpful
Actual Behavior
I was trying to get the Helm chart Value file differences which can be properly seen only if experiments manifest feature is set to true. But It is Unable to do Plan throwing error to install CRD First.
Important Factoids
References
Community Note
The text was updated successfully, but these errors were encountered: