-
Notifications
You must be signed in to change notification settings - Fork 93
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
Reduce minimum nodes in user and dask node pools to 0 for Azure / GCP #723
Conversation
revertchanges-for-#709
@costrouc i added you as a reviewer to this. @viniciusdc has already approved, what do you think we should do? |
Reading through the Azure AKS node pool docs, it appears that the minimum number of nodes in a user pool can be set to 0. See the third bullet point under limitations:
|
Reading the docs for the GCP node pool and auto-scaler, it also appears that we can scale user / dask node pools to 0. See GKE auto-scaler minimum and maximum node pools:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at the docs it seems that azure and gcp both support scaling down to zero. Thanks!
Revert changes: Update min_nodes for some cloud providers #709