mumoshu/terraform-provider-eksctl

Authenticating other TF modules to cluster

Opened this issue · 0 comments

Is it possible to allow other modules to add manifests to the cluster after it has been created?

A few goals for this:

  1. Upgrade aws vpc CNI version (raw kubernetes manifests)
  2. Install a CNI (maybe a helm chart)
  3. Run https://github.com/fluxcd/terraform-provider-flux to initialize a gitops workflow.