Skip to content
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

fix: ignore changes on desired_capacity #28

Merged
merged 1 commit into from
Jul 19, 2022

Commits on Jul 13, 2022

  1. fix: ignore changes on desired_capacity

    The capacity of an Ocean cluster is meant to vary over time (since
    Ocean acts as a cluster autoscaler).
    For this reason, if a user re-applies their Terraform script, the
    cluster should not revert back to the desired_capacity set in the
    Terraform script. This would disrupt the workloads of the user.
    
    This behavior is taken from the ocean-aws-k8s module:
    https://github.com/spotinst/terraform-spotinst-ocean-aws-k8s/blob/main/ocean.tf#L109
    Julien Dumazert committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    cde20e9 View commit details
    Browse the repository at this point in the history