Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Parametrize cluster add-on CNI name #14

Open
seifrajhi opened this issue Dec 12, 2023 · 0 comments
Open

[feature] Parametrize cluster add-on CNI name #14

seifrajhi opened this issue Dec 12, 2023 · 0 comments

Comments

@seifrajhi
Copy link

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.

cluster_addons:
  coredns:
    most_recent: true
  kube-proxy:
    most_recent: true
  vpc-cni:
    most_recent: true

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 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant