Sebastian Alvis
Sebastian Alvis
I think by default the `terraform-aws-eks` module outputs a `kubeconfig` file into the directory where you ran Terraform commands and names it `kubeconfig_${var.cluster_name}` (see https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/kubectl.tf). Maybe there is a good...
@super-cob I think you can achieve this as-written if you do two things: 1. Make sure the `cluster-autoscaler` is already managed by Terraform. 2. Enable a remote backend for Terraform....
I feel like this falls under the set of timeout errors that just happen with Terraform and K8s. It is strange that it happens every time though. Similar errors that...
I actually have found the option necessary to make that happen. My local work isn't synced to the development here because of different nodegroup options, but just this morning I...
@jaytmiller So I think since the main branch and `unmanaged_nodegroups` specifically have managed vs unmanaged nodegroups, they wouldn't really be in the same branch. I could see them being parallel,...
Is this a `terraform-deploy` issue or a `hubploy` issue? As far as where the file is supposed to go, if you use [`hubploy-template`](https://github.com/yuvipanda/hubploy-template), `hubploy.yaml` will show up where it is...