Nick Huanca
Nick Huanca
## Description We are experiencing problems with the current version of the `iptables-wrapper` script. If you have any processes which are using an older binary for iptables, you can experience...
Is this project still maintained? I see the last few people who have managed PRs here are no longer working at Box. Is this an actively maintained project?
Currently inventory requires aws specific params, even to init gcp related items. This should really be removed and/or refactored to support gcp.
In order to support AWS IAM Role assumption via the [pod-identity-webhook](https://github.com/aws/amazon-eks-pod-identity-webhook), there need to be annotations added to the ServiceAccount. This change enables users to add annotations to the ServiceAccount...
### Summary I tried backing up to S3 using IAM Role Assumption via Web Identity Tokens on EKS, and am getting errors. I tried with static AWS IAM credentials with...
Related to #684 and #816 ## Overview I am looking for some initial implementation feedback on supporting private GitHub repository releases as well as a few other potential artifact repositories....
### Component(s) AlertManager, AlertManagerConfig ### What is missing? Please describe. I'd love to have a chat about supporting a `ClusterAlertManagerConfig` resource. While having an `AlertManagerConfig` has been amazing, tying common...
### Terraform Version ```shell Terraform v1.7.4 on linux_amd64 ``` ### Terraform Configuration Files ```terraform module "cluster" { source = "s3::https://s3.amazonaws.com/redacted-s3-bucket-name/some-module-name.tar.gz" ... } module "workers" { source = "s3::https://s3.amazonaws.com/redacted-s3-bucket-name/some-module-name.tar.gz" ... }...