You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current configuration hard codes the Cluster Network Infrastructure (CNI) name in the cluster_addons section, making it less flexible for users who wish to use a different CNI plugin.
Allow users to parametrize the CNI name or specify a custom CNI plugin in the cluster_addons section.
In this case, I would like to be able to use a variable for the Cilium CNI, which we can set as {{ .variables.cni }}, to either use vpc-cni or installing another CNI using GitOps i.e argoCD
Therefore, like in the module aws-ia/eks-blueprints-addons/aws which gives possibility to install CNI cilium as a helm release
The text was updated successfully, but these errors were encountered:
Current Behavior:
The current configuration hard codes the Cluster Network Infrastructure (CNI) name in the
cluster_addons
section, making it less flexible for users who wish to use a different CNI plugin.Desired Behavior:
Allow users to parametrize the CNI name or specify a custom CNI plugin in the
cluster_addons
section.In this case, I would like to be able to use a variable for the Cilium CNI, which we can set as
{{ .variables.cni }}
, to either usevpc-cni
or installing another CNI usingGitOps
i.eargoCD
Therefore, like in the module
aws-ia/eks-blueprints-addons/aws
which gives possibility to install CNI cilium as ahelm release
The text was updated successfully, but these errors were encountered: