-
Notifications
You must be signed in to change notification settings - Fork 379
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
Cannot deploy using Helm provider since 2.9 #1064
Comments
Hello! Thank you for opening this issue @kzgrzendek , could you provide the terraform log output when trying to deploy? You can get the output by running |
@Dzulfikar-git Based on the logfile i noticed that aws credentials aren't fully configured. 2023-02-21T08:03:35.298Z [WARN] unexpected data: registry.terraform.io/hashicorp/helm:stderr="Unable to locate credentials. You can configure credentials by running "aws configure"." This could be the reason for your problem but may not relate to @kzgrzendek issue. |
@kzgrzendek in my scenario, the problem was related to a higher volume of CRDs (600+) in our K8Ss clusters after adjusting the this feature was introduced in |
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
main module :
Debug Output
https://gist.github.com/kzgrzendek/f614e6a9ff69042b5e26c315e2d0ab37
Panic Output
No panic
Steps to Reproduce
terraform init -input=false
terraform plan -out=tfplan-bootstrap -input=false
terraform apply -input=false tfplan-bootstrap
Expected Behavior
Release should deploy normally without issues
Actual Behavior
Deployment is falling with the following error message :
Plugin did not respond
Important Factoids
2.8
solved the issueReferences
None
Community Note
The text was updated successfully, but these errors were encountered: