Tony De Keizer
Tony De Keizer
I have done some more reseach on this and I updated the managed node group using the following directives: ``` use_custom_launch_template = false disk_size = 100 ``` Terraform apply (using...
I was able to rectify the error with the aws-load-balancer-controller deployment by adding the container arg --aws-vpc-id=XXXXXXXX and restarting the deployment. Question is why did the managed node group replacement...
Ok, I may have more information on what is happening and hopefully someone can propose a solution or fix. In my eks terraform script I added the following to update...
More information on this. I managed to change the terraform scripts to allow disk_size setup without breaking the aws load balancer controller deployment. First add these directives to your managed...
Hi I am a little confused by this now. If you are building a custom launch template, for very good reason as you and the documentation suggests, why cant we...
Hi @nelsonpipo Thank you. Yes, we have tested this and it works but added the details as per @poussa post i.e ``` block_device_mappings = { xvda = { device_name =...
Thnaks @bryantbiggs , makes sense. :-)