Andrew Hibbert
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...
[FEATURE] Add-ons to provide IAM role arn and name as outputs and IAM roles have easy to find prefix
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
[FEATURE] Add-ons to provide IAM role arn and name as outputs and IAM roles have easy to find prefix
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...
[FEATURE] Add-ons to provide IAM role arn and name as outputs and IAM roles have easy to find prefix
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-
[FEATURE] Add-ons to provide IAM role arn and name as outputs and IAM roles have easy to find prefix
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...