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

Ignore the desired size when autoscaled #17

Closed

Conversation

maxgio92
Copy link
Contributor

@maxgio92 maxgio92 commented May 20, 2020

why

Ignore the desired size when the node group's autoscaling group is autoscaled externally (i.e. via the Kubernetes cluster autoscaler).

what

Since it's not possible to make the lifecycle dynamic and conditionally ignore changes based on the
autoscaling configuration, manage differnent node group resources tailored for the different use
cases.

references

BREAKING CHANGE

If already enabled the cluster autoscaler, the node group resources will be
replaced, since the default node group is no longer the one with the autoscaling enabled.

since it's not possible to make the lifecycle dynamic and conditionally ignore changes based on the
autoscaling configuration, manage differnent node group resources tailored for the different use
cases

BREAKING CHANGE: If already enabled the cluster autoscaler, the node group resources will be
replaced, since the default node group is no longer the one with the autoscaling enabled

fix cloudposse#12
@Nuru
Copy link
Contributor

Nuru commented Jun 18, 2020

Closing this in favor of #19

@Nuru Nuru closed this Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is it possible to make terraform ignore desired_size
2 participants