Cory T.

Results 11 comments of Cory T.

Similar to https://github.com/argoproj/argo-cd/issues/3784

A coworker at our shop found a workaround (similar to @dewe's). We are using `colima` instead of `docker` on M1s and just tell `colima` to startup under a different architecture:...

@akestner , yes an integration with [new EC2 Attribute Based Selection feature](https://aws.amazon.com/about-aws/whats-new/2021/10/amazon-ec2-instance-auto-scaling-ec2-spot-fleet/) would likely meet our needs as well. This also seems related, or at least a good time, to...

> I'd be curious to hear if an integration with the [new EC2 Attribute Based Selection feature](https://aws.amazon.com/about-aws/whats-new/2021/10/amazon-ec2-instance-auto-scaling-ec2-spot-fleet/) would satisfy your needs. For example, you could exclude the burstable, t2/3/4 instance...

I forget where I got this from, but for EKS managed node groups, we accomplished getting this label using `preBootstrapCommands`: ```yaml managedNodeGroups: ... preBootstrapCommands: - sed -i '/^KUBELET_EXTRA_ARGS=/a KUBELET_EXTRA_ARGS+=" --node-labels=instance=\$(curl\...

If we're already managing karpenter ourselves (using Fargate/MNGs/whatever), I'm curious how cutting over to the karpenter-inside-control-plane would look/work.

I'm curious if the new EKS Pod Identity Associations are intended to be part of the solution/alternative for this. * [EKS Pod Identity Assocations](https://github.com/eksctl-io/eksctl/pull/7313/files#diff-189f62d691100052f17770bc7d2633d8c2b87b45bb55a9c7a58fb07a86b48490) * https://github.com/eksctl-io/eksctl/pull/7312 > As a result,...

I'm running version `v0.2023.03.07.08.02.stable_03` of warp which is latest stable at the time of writing. I have unchecked both `Left Option key is Meta` and `Right Option key is Meta`...

In the EKS Console for Managed Nodegroups, the "Health Issues" and "Update History" tabs contain important information that are not currently available via metrics or logs or events. The information...

EKS [just released](https://aws.amazon.com/about-aws/whats-new/2023/12/amazon-eks-surfaces-cluster-health-status-details/) a [new cluster health status feature](https://docs.aws.amazon.com/eks/latest/userguide/troubleshooting.html#cluster-health-status) that may or may not help with this.