nickpetrovic

Results 9 comments of nickpetrovic

This would be very helpful for instances managed by OpsWorks since it doesn't support ALB (ELB v2) yet. Looking forward to this feature.

@eherot any progress on this? need any help?

Confirmed, getting the same error.

@apparentorder wondering if you tried making ipv4 take precedence over ipv6 by adding a precedence value in the getaddrinfo config (/etc/gai.conf)? I've run into a similar situation before and this...

An example of what this could look like. Using `copy` just as another space to demo. ```sh beta9 copy s3://bucket/ vol://volume/ source path: bucket source prefix: s3 source secret: ('ASIAXXXXXXXXX',...

@dleviminzi This makes sense. Couple of questions though. What specific use case/issue does this solve and have you tested with custom images e.g. pulling something from ECR?

I've run into the same issue as @korjek. I'm on EKS 1.29 with AMI `amazon-eks-gpu-node-1.29-v20240307`. It appears the containerd config.toml is not being updated to use the nvidia runtime. I...

I did more testing and found that my workaround accidentally and incorrectly fixes the issue. What I think is really happening is that the `configure-nvidia.service` is completing before the bootstrap.sh...

This is probably a better workaround for now. Basically I'm taking the would-be nvidia-ctk generated containerd config (from the configure-nvidia service) and writing it to `/etc/eks/containerd/containerd-config.toml` knowing that the bootstrap...