Open novy4 opened 1 year ago
Hi @novy4,
Have you tried to reproduce this issue with the Helm provider outside of the modules? It is hard to say what is happening inside the module and would be helpful if we can focus only on the Helm provider part only.
Please share your Helm provider resource code and any additional inputs that can help to reproduce the issue. For example, a CRD file.
Thank you.
Hi @novy4,
Have you tried to reproduce this issue with the Helm provider outside of the modules? It is hard to say what is happening inside the module and would be helpful if we can focus only on the Helm provider part only.
Please share your Helm provider resource code and any additional inputs that can help to reproduce the issue. For example, a CRD file.
Thank you.
Hi @arybolovlev , would it be okay to post here debug info during Prometheus-stack helm release deployment?
I think the debug output is quite big, so please use GitHub Gist and then paste a link here.
Thanks!
@arybolovlev I have some trace logs for the helm-release as follows:
resource "helm_release" "monitoring" {
count = local.stg ? 1 : 0
name = local.env
repository = "https://prometheus-community.github.io/helm-charts"
chart = "kube-prometheus-stack"
namespace = "tools"
version = "47.2.0"
values = ["${file("monitoring/prometheus-operator.yaml")}"]
}
if you need more info, just ping me...
hi @arybolovlev any chance to look into this issue any time soon?
@novy4 - were ever able to make progress? I am seeing the same behavior when attempting to run EKS Blueprints for Terraform including an addon, and opened an issue there
My provider was not authenticating properly. Error was a bit of a red herring
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. debug logs trace:
Steps to Reproduce
terraform apply
Expected Behavior
Terraform should deploy helm release of prometheus-stack or DNXLabs/eks-lb-controller/aws
Actual Behavior
I am getting an error:
Error: failed to install CRD crds/crd-alertmanagerconfigs.yaml: unable to recognize "": unknown
or for lb-ingress-controllerError: failed to install CRD crds/crds.yaml: unable to recognize "": unknown
Community Note