Vadym Chepkov

Results 90 comments of Vadym Chepkov

Oh, that must be the missing part. How do I grant that access on creation?

Karpenter confused me here, I will try, thanks

I moved further, but still fails: ``` │ Error: configmaps is forbidden: User "arn:aws:sts::xxx:assumed-role/gitlab-terraform-deployment/EKSGetTokenAuth" cannot create resource "configmaps" in API group "" in the namespace "kube-system" ```

I have tried to use CONFIG_MAP authentication role, but that seems conflicting with the module other logic ``` bootstrapClusterCreatorAdminPermissions must be true if cluster authentication mode is set to CONFIG_MAP...

I am working with the support, but I think that for authentication modes API_AND_CONFIG_MAP and CONFIG_MAP we have to use bootstrapClusterCreatorAdminPermissions=true Error posted above indicates that and blog https://aws.amazon.com/blogs/containers/a-deep-dive-into-simplified-amazon-eks-access-management-controls/ indicates...

Posting support recommendation here, I guess we need to add yet another sleep time, similar what is done for custom networking ``` Upon further investigation, it was discovered that the...

I added code similar to what this module already uses. IMHO, module should add this block too before declaring module as "ready". ``` # There is a time delay of...

Hi, @amimas , The configuration I attempt to use is very basic: ``` "it/puppet/*": merge_requests_approval_rules: approvers: name: "Approvers" approvals_required: 1 applies_to_all_protected_branches: true groups: - merge-request-approvers/puppet deploy_keys: puppet: key: "ssh-rsa AAAAB..."...

It's being awhile, anyone was able to find a solution?

I have inspected the res object in generate function and I found that ``` res[:user] -> nil res[:target] -> "root" ``` I believe both are wrong and should be set...