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
I expected the cluster to be provisioned without error and with the ebs-csi-driver addon installed with a new role created.
Actual Results
│ Error: unexpected EKS Add-On (identity-tfhello-dev-X-use1:vpc-cni) state returned during creation: unexpected state 'CREATE_FAILED', wanted target 'ACTIVE'. last error: 1 error occurred:│ * : ConfigurationConflict: Conflicts found when trying to apply. Will not continue due to resolve conflicts mode. Conflicts:│ ServiceAccount aws-node - .metadata.labels.app.kubernetes.io/version│ ClusterRole.rbac.authorization.k8s.io aws-node - .rules│ ClusterRole.rbac.authorization.k8s.io aws-node - .metadata.labels.app.kubernetes.io/version│ ClusterRoleBinding.rbac.authorization.k8s.io aws-node - .metadata.labels.app.kubernetes.io/version│ DaemonSet.apps aws-node - .metadata.labels.app.kubernetes.io/version│ DaemonSet.apps aws-node - .spec.template.spec.containers[name="aws-node"].image│ DaemonSet.apps aws-node - .spec.template.spec.initContainers[name="aws-vpc-cni-init"].image│ │ │ [WARNING] Running terraform apply again will remove the kubernetes add-on and attempt to create it again effectively purging previous add-on configuration│ │ with module.eks_us-east-1.module.eks["X"].aws_eks_addon.this["vpc-cni"],│ on .terraform/modules/eks_us-east-1.eks/main.tf line 382, in resource "aws_eks_addon" "this":│ 382: resource "aws_eks_addon" "this" {│
The text was updated successfully, but these errors were encountered:
Summary
I have tried to used this module in terraform and get the following error and on freshly provisioned eks clusters.
My module configuration looks like this
Issue Type
Bug Report
Terraform Version
Steps to Reproduce
Expected Results
I expected the cluster to be provisioned without error and with the ebs-csi-driver addon installed with a new role created.
Actual Results
The text was updated successfully, but these errors were encountered: