-
Notifications
You must be signed in to change notification settings - Fork 8
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
infra: better default values #945
Conversation
69f3877
to
94a3741
Compare
5ecea52
to
440af06
Compare
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.
Standard tier almost doubles the price of a one-node cluster. Is there no overlap between regions that have GPUs and regions that have free-tier AKS? Can we at least make this configurable, so that peerpod development without need for GPU can choose?
440af06
to
111e7b1
Compare
Free-tier clusters are not always available, so this makes the deployment default to using a standard-tier cluster.
111e7b1
to
9d1dab0
Compare
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.
Thanks
@@ -13,3 +13,8 @@ variable "subscription_id" { | |||
variable "image_id" { | |||
type = string | |||
} | |||
|
|||
variable "cluster_type" { |
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.
cluster_sku_tier
might be a better var name.
Improve the default values in the deployment a little: