aws / aws-k8s-tester

AWS Kubernetes tester, kubetest2 deployer implementation
Apache License 2.0
163 stars 82 forks source link

Enable EFA set up for bottlerocket #471

Closed Issacwww closed 1 month ago

Issacwww commented 1 month ago

Description of changes: title

Testing

kubetest2 eksapi --up --user-data-format=bottlerocket --generate-ssh-key --unmanaged-nodes --nodes=1 --ami=ami-0126512b7310b5013 --kubernetes-version=1.29 --efa --instance-types=g5.8xlarge
Capacity:
  cpu:                    32
  ephemeral-storage:      18667120Ki
  hugepages-1Gi:          0
  hugepages-2Mi:          0
  memory:                 130461372Ki
  nvidia.com/gpu:         1
  pods:                   234
  vpc.amazonaws.com/efa:  1
Allocatable:
  cpu:                    31850m
  ephemeral-storage:      16129875940
  hugepages-1Gi:          0
  hugepages-2Mi:          0
  memory:                 127462076Ki
  nvidia.com/gpu:         1
  pods:                   234
  vpc.amazonaws.com/efa:  1

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.