Skip to content

Adding first support for Google Kubernetes Engine #87

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

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

obierlaire
Copy link
Collaborator

This adds support for Google Kubernetes Engine:

As similar as google_compute_autoscaler autoscaling takes the average using a factor declared in config file

This example is what is used by default. But feel free to adjust if necessary

provider:
  gcp:
    avg_autoscaler_size_percent: 0.5

So it mean if you have a min of 4 instances and a max of 10 instances, it will be min + 0.5 * ( max - min) which is 5 + 0.5 * (10-4) = 8

@obierlaire obierlaire marked this pull request as ready for review September 11, 2023 16:34
@obierlaire obierlaire merged commit a543471 into carboniferio:main Sep 11, 2023
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.

1 participant