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

Update to v.1.18.3 fails with crd conflict #3028

Open
nan008 opened this issue Sep 6, 2024 · 1 comment
Open

Update to v.1.18.3 fails with crd conflict #3028

nan008 opened this issue Sep 6, 2024 · 1 comment

Comments

@nan008
Copy link

nan008 commented Sep 6, 2024

What happened:

We have a problem with one of the clusters to update the vpc-cni addon on AWS EKS. Running out of the aws box install without any customization.

The upgrade from v1.18.2-eksbuild.1 to v1.18.3-eksbuild.1 or v1.18.3-eksbuild.2 is failing with

Conflicts found when trying to apply. Will not continue due to resolve conflicts mode. Conflicts: CustomResourceDefinition.apiextensions.k8s.io eniconfigs.crd.k8s.amazonaws.com - .spec.versions

Our policy for resolving conflicts in None

2 other clusters updated this addon without issue (no customization, none for conflicts resolution on those as well)

The addons are updated by lambda

Any ideas why this might have happened?

Environment:

  • Kubernetes version 1.30
  • CNI Version v1.18.2-eksbuild.1
@orsenthil
Copy link
Member

Conflicts found when trying to apply. Will not continue due to resolve conflicts mode. Conflicts: CustomResourceDefinition.apiextensions.k8s.io eniconfigs.crd.k8s.amazonaws.com - .spec.versions

You could verify what is version set in the previous chart. These are easy to force apply.

You could see the versions and difference here
aws/eks-charts@v0.0.176...v0.0.177

2 other clusters updated this addon without issue (no customization, none for conflicts resolution on those as well)

This is strange. The behavior of the helm update from all base versions should be same, unless the one of the clusters was modified.

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

No branches or pull requests

2 participants