-
Notifications
You must be signed in to change notification settings - Fork 20
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
kops_instance_group does not accept the documented mixed_instances_policy arguments #405
Comments
Commenting out the two erroneous arguments leads to a successful plan:
|
Hey, thanks for trying it out. on_demand_base {
value = 0
}
on_demand_above_base {
value = 0
} |
Thanks for the quick reply, already read something about nullable arguments in the docs, should have rung a bell... Trying out first thing tomorrow! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Goal
Start a simple kops cluster with 100% spot workers
Setup
Following
MixedInstancesPolicySpec
, I drafted the following instance groups forMaster
andNode
in a specific availability zone:Result
When running
terraform plan
, the following errors occur:Question
Can you advise on how to set up the node instance group with a mixed instances policy?
Versions
The text was updated successfully, but these errors were encountered: