pulumi-eks
pulumi-eks copied to clipboard
[Feature Request] Add an option to installing custom VPC CNI plugin OR disable all VPC CNI plugins
There are many options for VPC CNI plugins. In fact many are replacing the default VPC CNI with Calico or others to get around the limitation of low number of pod capacity.
~I would like to propose an option where user could skip the applyVpcCniYaml()~
I would like to propose an option to install different custom VPC CNI that the one that applyVpcCniYaml() provides
Hi @runlevel5
As of Pulumi-eks v0.21.0 we added "disableVpcCni" in this PR
https://github.com/pulumi/pulumi-eks/pull/493
Does this help?
Paul
Great thanks. I think I've found a bug with that option. I've left the comment in #493
@stack72 Now I understand the option in #493, my proposal is not the same. What I would like to propose is a way to install a different CNI plugin OR disable installing CNI plugins (be it the default AWS or the custom one that pulumi provides) completely.