You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. What kops version are you running? The command kops version, will display
this information. Version 1.11.0
Note that I have also tried and reproduced the bug with 1.11.1 and 1.12.0.
2. What Kubernetes version are you running? kubectl version will print the
version if a cluster is running or provide the Kubernetes version specified as
a kops flag. 1.10
3. What cloud provider are you using?
AWS
4. What commands did you run? What is the simplest way to reproduce this issue?
kops --name mycluster get ig nodes-myproject -o yaml
1. What
kops
version are you running? The commandkops version
, will displaythis information.
Version 1.11.0
Note that I have also tried and reproduced the bug with 1.11.1 and 1.12.0.
2. What Kubernetes version are you running?
kubectl version
will print theversion if a cluster is running or provide the Kubernetes version specified as
a
kops
flag.1.10
3. What cloud provider are you using?
AWS
4. What commands did you run? What is the simplest way to reproduce this issue?
kops --name mycluster get ig nodes-myproject -o yaml
Then applying with target=terraform (error reproduced with cloudformation)
5. What happened after the commands executed?
In the logs (with
-v 10
), I can see on line80103 executor.go:178] Executing task "AutoscalingGroup
a json object that properly includes:Finally ending with:
kops seems to be properly parsing my yaml file but is not able to generate the right target (either terraform or cloudformation).
6. What did you expect to happen?
aws_launch_configuration.root_volume should include
iops = 10000
in terraform then terraform applies successfully.The text was updated successfully, but these errors were encountered: