Skip to main content
Knowledge Base

Not upgrade aws-node vpc cni when upgrading the cluster

Answer

I'm using the terraform-aws-service-catalog eks-cluster module and noticed there's no way to let the module know that I do not wish to upgrade the vpc cni. The reason I dont need this upgrade is because we use a different CNI and we would like to know how we can configure it to not re-deploy the aws-node vpc CNI. I checked the terraform-aws-eks repository and noticed that this variable `upgrade_cluster_script_skip_vpc_cni` exists there but that one is not exposed as a variable on the terraform-aws-service-catalog one. Could this be a feature request to be able to configure this? Or did I miss a configuration that I can use with terraform-aws-service-catalog to achieve this. --- <ins datetime="2024-04-25T15:46:29Z"> <p><a href="https://support.gruntwork.io/hc/requests/110905">Tracked in ticket #110905</a></p> </ins>

Hi @gabrielanavarrorsid , here is the latest release that has the additional vars exposed! Apologies on it taking a little longer than expected to get released. Please give it a try and let me know if it unblocks you. [Release v0.112.10](https://github.com/gruntwork-io/terraform-aws-service-catalog/releases/tag/v0.112.10)