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

EKSA vSphere Cluster upgrade plan shows cilium version when cilium is skipped in cluster config file #8853

Closed
saiteja313 opened this issue Oct 16, 2024 · 0 comments · Fixed by #8909
Milestone

Comments

@saiteja313
Copy link
Contributor

What happened:

  1. Create EKSA vSphere cluster
  2. Install cilium OSS version. not the default Cilium that gets installed as part of EKSA Cluster creation
  3. Configured cilium in EKSA Cluster config file with skipUpgrade: true for cilium.
spec:
  clusterNetwork:
    cniConfig:
      cilium: 
        skipUpgrade: true
  1. Although above config was added before the cluster creation, when we run eksctl anywhere upgrade plan cluster command, output shows, eksctl anywhere is going to upgrade cilium as well.
NAME     CURRENT VERSION      NEXT VERSION
cilium      v1.13.9-eksa.1                 v1.13.20-eksa.1

https://anywhere.eks.amazonaws.com/docs/clustermgmt/cluster-upgrades/upgrade-overview/

What you expected to happen:

  • upgrade plan should show cilium as skipped
NAME     CURRENT VERSION      NEXT VERSION
cilium      v1.13.9-eksa.1                 skipUpgradeTrue

How to reproduce it (as minimally and precisely as possible):

  • same instructions as above

Anything else we need to know?: n/a

Environment: vSphere

  • EKS Anywhere Release: v0.19 and v0.20.6
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

Successfully merging a pull request may close this issue.

2 participants