Cemalettin Koc

Results 81 comments of Cemalettin Koc

@owenmorgan Terraform 0.9 is released.

@wellsie is this issue causing issues persistent storages on k8s? I saw these errors on our cluster and have no idea to how to solve it.

when I try to mount EBS with `persistentvolumeclaim`, volumes could not be mount. I see that volumes are stucked on AWS console. I thought this is related to this issue...

No. ![image](https://cloud.githubusercontent.com/assets/44156/25620157/210fe882-2f56-11e7-8032-79dd0b1bfcbf.png)

@wellsie my issue resolved when I used ebs `st1` instead of `gp2`. I am not sure what was the root cause but hope that it will help someone else too.

like this: https://github.com/kz8s/tack/pull/182/files

@yagonobre would you outline for me necessary steps to prepare such a setup please? I desperately need.

Hi @bruj0, > since the infrastructure is created JUST for Kubernetes This is not true. The current vpc layout can be used for other cluster or schedulers such as nomad...

I have a production setup. Can I do this operation in a safe manner? :)

``` terraform plan -target=module.etcd.aws_instance.etcd[0] ``` displays only 1 instance. Can I do in this way? What do you think?