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

docs update 5-30-23 #649

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

docs update 5-30-23 #649

wants to merge 1 commit into from

Conversation

ntner
Copy link
Contributor

@ntner ntner commented May 30, 2023

What is the feature/fix?

docs update

Does it has a breaking change?

no

How to use/test it?

read docs

Checklist

  • New coverage tests
  • Unit tests passing
  • E2E tests passing
  • E2E downgrade/update test passing
  • Documentation updated
  • No warnings or errors on Deepsource/Codecov

@@ -59,7 +59,7 @@ The following environment variables are required:
| **max_on_demand_count** | **100** | When used with `mixed` node capacity type, can set the maximum required number of on demand nodes |
| **node_capacity_type** | **on_demand** | Can be either "on_demand", "spot" or "mixed". Spot will use AWS spot instances for the cluster nodes. Mixed will create one node group with on demand instances, and the other 2 with spot instances. Use mixed with the min_on_demand_count and max_on_demand_count parameters to control the minimum acceptable service availability should all spot instances become unavailable. |
| **node_disk** | **20** | Node disk size in GB |
| **node_type** | **t3.small** | Node instance type. You can also pass a comma separated list of instance types |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why removing the comma separated portion?

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.

None yet

3 participants