Andrew Hibbert

Results 15 comments of Andrew Hibbert

Currently we just edit the resources on the fly, but we'd like to do this via code. Primary use case is for [VPC CNI custom networking](https://docs.aws.amazon.com/eks/latest/userguide/cni-custom-network.html), though I think the...

This is not happening for me. It seems dependent on helm chart, might be worth providing what helm chart you are using and checking it looks okay. E.g. running `helm...

Not a bug but wandering if anyone is successfully using IRSA with NiFi

`zoneIdFilters` in the helm chart is a list so I don't think you can use the set stuff as that looks like just for maps. So currently would need to...

It also needs to be in the outputs for the other modules though doesn't it - https://github.com/aws-ia/terraform-aws-eks-blueprints/blob/main/modules/kubernetes-addons/outputs.tf

There were several problems reported too: * Outputs - need to be in https://github.com/aws-ia/terraform-aws-eks-blueprints/blob/main/modules/kubernetes-addons/outputs.tf and potentially the addons themselves * IRSA role naming - Improved with https://github.com/aws-ia/terraform-aws-eks-blueprints/pull/832. Though being able...

Here - https://github.com/aws-ia/terraform-aws-eks-blueprints/issues/816#issue-1322497000. I was finding it difficult to find the IAM roles before as they were terraform-

Not with the latest versions as I've said here it is improved - https://github.com/aws-ia/terraform-aws-eks-blueprints/issues/816#issuecomment-1224225999. You cannot override the role name though via the addons

This is still a valid issue, just uses external-dns as an example. The solution given should be possible for all add-ons

> > Patching the Prometheus object fixes the issue, but we deploy our Prometheus Operator with ArgoCD and automatic syncing enabled so the fix requires manually disabling auto-sync, patching the...