Nuru

Results 284 comments of Nuru

## Reviewers please note - Extra configuration for AL2 is done by passing arguments to [bootstrap.sh](https://github.com/awslabs/amazon-eks-ami/blob/25b6f34595f45080e013fb5e82761269f887795f/templates/al2/runtime/bootstrap.sh). - For AL2023, configuration is handled via [nodeadm](https://awslabs.github.io/amazon-eks-ami/nodeadm/). In order to support AL2023, it...

@Darsh8790 Thank you for this PR. I appreciate how much work you put into this. However, we cannot accept it as-is. If you do not want to work on it...

According to the [latest documentation](https://karpenter.sh/docs/faq/#how-does-karpenter-dynamically-select-instance-types), the current strategy for Spot instances is `PriceCapacityOptimized`, not `CapacityOptimizedPrioritized`. I would use a `lowest-price` strategy, if available, for Spot instances that are in a...

Reading between the lines, it looks to me like if you want Karpenter to manage only Linux nodes, you need to register its IAM Role as an `EC2_LINUX` worker node....

@anemiroffsumer I am sorry you are having trouble with our module. It appears you are new to Terraform and do not understand how modules work, or how our module repos...

@amarouni I am not part of the Lens project, but maybe I can help anyway. Please tell me more about your setup. In my experience using Kubernetes on AWS with...

See alternative solution [here](https://github.com/lensapp/lens/issues/208#issuecomment-908858344)

Applications, when launched via the Finder, do not pick up any changes (such as changes to `PATH`) made in shell startup scripts like `.bashrc` or `.zshrc`. See [here](https://github.com/hschmidt/EnvPane#why-cant-i-set-path-with-envpane) for one...

@tiagoposse Thank you for this PR. I am, however, not inclined to accept it, because bucket keys add complexity, reduce auditability, and for the kind of usage Terraform makes of...