Chris McGrath

Results 45 comments of Chris McGrath

darn thanks, that explains this not working ```typescript const ipv6_support_policy = new iam.PolicyDocument({ statements: [new iam.PolicyStatement({ actions: [ 'ec2:AssignIpv6Addresses', 'ec2:UnassignIpv6Addresses', ], resources: ['arn:aws:ec2:*:*:network-interface/*'], })], }); const karpenter_node_role = new iam.Role(stack,...

Observation: karpenter addon with version 1.1.0 (which refers to helm chart https://github.com/aws/karpenter-provider-aws/releases) installs against kube 1.31, only if no values are specified for ec2nodeclassspec & nodepooolspec. (if you specify values...

Note: Cosmic is based on Iced. (So I'm pretty sure what you're asking is already available via the upstream / nothing needs to be done by the System 76 team...

I also ran into this 1. make a EKS cluster with EBS CSI driver addon & and EKS Auto Mode disabled. 2. make a statefulset and it provisions a PVC...

## After doing a deep dive into the EKS docs, I now agree that this is intended/documented behavior. **Extra Helpful EKS Docs:** (AWS support helped point these out to me,...