Kevin Lefevre

Results 33 comments of Kevin Lefevre

Hi, I have the same kind of issue here, when doing a `run-all apply`. @yorinasub17 you said: > This works because terragrunt will actually reparse the full config before running...

I just retried from scratch based on the repo above. It seems EKS start before VPC is finished: ``` aws_iam_role.cluster[0]: Creating... aws_security_group.workers[0]: Creating... aws_security_group.cluster[0]: Creating... aws_iam_policy.cluster_elb_sl_role_creation[0]: Creating... aws_cloudwatch_log_group.this[0]: Creation complete...

@bd-spl I haven't tested in a while but I was pretty sure the latest tEKS example were working with `apply-all` last time I checked

`kubectl` provider seems to work also for this use cas. I revert to it [here](https://github.com/particuleio/terraform-kubernetes-addons/blob/main/modules/aws/aws-ebs-csi-driver.tf#L216) instead of `kubernetes_manifest` as it was not able to deploy because CRDs are being created...

Still having this issue on Cosmos + Algo, and sometime other accounts too. This makes ledger live on linux unusable. I have to remove all accounts to be able to...

So as of today there is no way to have a listener with `TCP_UDP` ? I have try using `service.beta.kubernetes.io/aws-load-balancer-backend-protocol: TCP_UDP` but it does nothing. I'm using `v2.1.3`.

Hi, I'm getting `The repository with name 'alpine' does not exist in the registry with id` I would expect the repository to be created right ? Or does this work...

Hi @zestrells , I wanted to do this for a long time (but lack of time ...). I'd go the same way with GCP and official modules: * https://github.com/terraform-google-modules/terraform-google-kubernetes-engine *...

Hi @zestrells I will close this for now, if you have any more questions could you please move this to [Discussions](https://github.com/particuleio/teks/discussions) if needed

Just hit this issue also, would love to see this merged