spotinst / terraform-spotinst-ocean-controller

A Terraform module to install Ocean Controller.
https://registry.terraform.io/modules/spotinst/ocean-controller/spotinst
Apache License 2.0
12 stars 17 forks source link

Cluster controller does not install correctly #5

Closed apaterson-ecs closed 4 years ago

apaterson-ecs commented 4 years ago

During deployments of SptInst Ocean we run into the following error occasionally:

module.ocean-eks.module.ocean-controller.kubernetes_deployment.this[0]: Still creating... [10m0s elapsed] ERROR 2020-11-26 11:44:04
ERROR 2020-11-26 11:44:04 Error: Waiting for rollout to finish: 0 of 1 updated replicas are available...

Not entirely sure why the controller is not deploying correctly. Sometimes we have to keep removing the environment entirely then starting again and then it works.

Do you know why we would be getting this error?

apaterson-ecs commented 4 years ago

In fact this is related to docker rate limit. Closing.