amazon-eks-ami icon indicating copy to clipboard operation
amazon-eks-ami copied to clipboard

`make` doesn't understand `launch_block_device_mappings_volume_size` variable

Open deepankarm opened this issue 4 years ago • 1 comments

What happened: launch_block_device_mappings_volume_size variable is not accepted when passed using make command like

make k8s ... launch_block_device_mappings_volume_size=10 ...

I had to change the eks-worker-al2.json file to the desired value. I'm guessing this is because it is not added here?

https://github.com/awslabs/amazon-eks-ami/blob/52c8b01ad7fe55b825a4072111eac5f1d918124c/Makefile#L2

deepankarm avatar Jan 21 '22 05:01 deepankarm

I agree, feel free to open a PR with your fix; otherwise I'll try to get to this soon.

cartermckinnon avatar Jan 24 '22 22:01 cartermckinnon

We removed this manually-maintained list of variables, now everything in the Packer template will be discovered by the Makefile.

cartermckinnon avatar Nov 23 '22 23:11 cartermckinnon