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

Update the statement below the autoscaling example #602

Conversation

3dinfluence
Copy link
Contributor

@3dinfluence 3dinfluence commented Mar 13, 2021

The existing statement is not accurate as specifying a node pool
min_nodes to 0 will result in the following error.

422 validation error: worker_node_pool_spec.min nodes must be greater than or equal to 1

For clarity sake I got this error when adding a 2nd node pool with autoscaling to an existing cluster. So the cluster itself had other nodes.

The existing statement is not accurate as specifying a node pool
min_nodes to 0 will result in the following error.

```
422 validation error: worker_node_pool_spec.min nodes must be greater than or equal to 1
```
Copy link
Member

@andrewsomething andrewsomething left a comment

Choose a reason for hiding this comment

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

👍 Good catch. Thanks for the contribution!

@andrewsomething andrewsomething merged commit 21da913 into digitalocean:main Mar 15, 2021
@3dinfluence 3dinfluence deleted the misleading_statement_about_autoscaling_k8s_pools branch March 17, 2021 01:52
andrewsomething pushed a commit that referenced this pull request Apr 26, 2021
The existing statement is not accurate as specifying a node pool
min_nodes to 0 will result in the following error.

```
422 validation error: worker_node_pool_spec.min nodes must be greater than or equal to 1
```
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.

2 participants