#EFS is very slow indeed. EBS too though
1 messages · Page 1 of 1 (latest)
sorry for very late ping @lean sluice but I found that the io2 EBS volume type performed better and I didn't have to increase the iops to the nosebleed level:
apiVersion: karpenter.k8s.aws/v1alpha1
kind: AWSNodeTemplate
metadata:
name: build-provisioner
spec:
[ ... ]
blockDeviceMappings:
- deviceName: /dev/xvda
ebs:
volumeSize: 75Gi
volumeType: io2
iops: 3000
encrypted: true