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

Update controller to fix `Update your controller` warning #25

Closed mrsiejas closed 12 months ago

mrsiejas commented 1 year ago

Please update the controller to fix Your Spot Kubernetes Controller is not up to date. Update your controller to the latest version (Latest controller version 1.0.87). Using Terraform:

Provider (latest)

spotinst = {
  source  = "spotinst/spotinst"
  version = "1.95.2"
}

Controller (latest)

module "ocean-controller" {
  source  = "spotinst/ocean-controller/spotinst"
  version = "0.41.0"

The above two should be in sync and released simultaneously (or at least around the same time) to avoid controller warnings.

stevenfeltner commented 1 year ago

@chandra1-n Can we instead pull from the registry the latest version instead of using a variable: https://github.com/spotinst/terraform-spotinst-ocean-controller/blob/master/main.tf#L362

anuragsharma-123 commented 12 months ago

Both Ocean Controller and TF are in sync now. We are not going ahead with pulling the latest version from the registry right now, because each change in the controller has to be evaluated and tested from the TF side. Sometimes, it may involve more than just upgrading the version.