【问题标题】:Terraform apply throwing Error "timeout while waiting for plugin to start"Terraform 应用抛出错误“等待插件启动时超时”
【发布时间】:2020-10-30 09:37:41
【问题描述】:

我在 terraform 应用期间遇到以下错误。

Error: timeout while waiting for plugin to start

Debug LOG:
2020-07-09T13:15:46.551-0400 [DEBUG] plugin: plugin process exited: path=/.terraform/plugins/darwin_amd64/terraform-provider-kubernetes_v1.11.3_x4 pid=48631
2020-07-09T13:15:46.551-0400 [DEBUG] plugin: plugin exited

2020-07-09T13:15:46.555-0400 [WARN]  plugin: plugin failed to exit gracefully
2020-07-09T13:15:46.558-0400 [DEBUG] plugin: plugin process exited: path=/.terraform/plugins/darwin_amd64/terraform-provider-null_v2.1.2_x4 pid=48389
2020-07-09T13:15:46.558-0400 [DEBUG] plugin: plugin exited

【问题讨论】:

  • 你能分享你正在使用的 terraform 代码吗?
  • 如果您在 docker 容器中运行它(正如 /.terraform 所暗示的那样),您需要谨慎使用基于 alpine 的图像,因为它们使用 musl 而不是 glibc,后者驱动使用 CGO_ENABLED=1 crazy 编译的 golang 二进制文件
  • @Rico 你要我分享哪些文件?

标签: kubernetes terraform terraform-provider-aws iaas terraform0.12+


【解决方案1】:

这可能是因为您的系统缺乏资源(例如 RAM)。

【讨论】:

    猜你喜欢
    • 2013-01-17
    • 2012-07-25
    • 1970-01-01
    • 2021-09-25
    • 2012-10-14
    • 2010-12-31
    • 2023-04-03
    • 2019-11-22
    • 1970-01-01
    相关资源
    最近更新 更多