aws / aws-k8s-tester

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

Fix volume capacity issue #472

Closed Issacwww closed 1 month ago

Issacwww commented 1 month ago

Issue #, if available: When testing EFA for bottlerocket, run into

 Warning  Evicted              29s   kubelet            The node was low on resource: ephemeral-storage. Threshold quantity: 2867269745, available: 1396568Ki.

Description of changes: As bottlerocket has 2 volume, we should use /dev/xvdb for data volume

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