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 tried to update default add-ons, aws-node(cni), kube-proxy, coredns with latest version. But it has different minor or patch version. I couldn't update the latest version that listed on the result of command 'eksctl utils describe-addon-versions'.
After upgrading cluster and components(default addson), it is able to have them with the latest version?
As above list, I should be able to update with v1.18.2-eksbuild.1 for Default add-ons with 'eksctl utils update-aws-node --cluster=' command as follow documentation, https://eksctl.io/usage/addon-upgrade/
However, it didn't work to update from v1.18.1 to the latest.
And after the manual updating with latest version's yaml file, it was updated to the expected version.
There is minor ddiscrepancy when updating with command "eksctl utils update-aws-node/kube-proxy/coredns"
Logs
The logs of eksctl utils update-aws-node --cluster=my-cluster125
Hello yeoraek 👋 Thank you for opening an issue in eksctl project. The team will review the issue and aim to respond within 1-5 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines here. You can find out more information about eksctl on our website
yeoraek
changed the title
[Bug] Default addons update version is different with listed version.
[Bug] Default addons update version is different with listed latest version.
Jul 2, 2024
What were you trying to accomplish?
I tried to update default add-ons, aws-node(cni), kube-proxy, coredns with latest version. But it has different minor or patch version. I couldn't update the latest version that listed on the result of command 'eksctl utils describe-addon-versions'.
After upgrading cluster and components(default addson), it is able to have them with the latest version?
What happened?
As above list, I should be able to update with v1.18.2-eksbuild.1 for Default add-ons with 'eksctl utils update-aws-node --cluster=' command as follow documentation, https://eksctl.io/usage/addon-upgrade/
I had a result as below
it was same for kube-proxy,
But after update kube-proxy, I got v1.27.13-eksbuild.1.
How to reproduce it?
I have created 1.25 version eks cluster and gradually upgrade with control plane as the document. Then I used the command for Default addons.
As a result, I got the updated version for each component as below
Then I configured with config file as below:
However, it didn't work to update from v1.18.1 to the latest.
And after the manual updating with latest version's yaml file, it was updated to the expected version.
There is minor ddiscrepancy when updating with command "eksctl utils update-aws-node/kube-proxy/coredns"
Logs
The logs of eksctl utils update-aws-node --cluster=my-cluster125
Anything else we need to know?
I downloaded eksctl with brew, version is 0.183.0
Versions
eksctl info
eksctl version: 0.183.0
kubectl version: v1.30.2
OS: darwin
The text was updated successfully, but these errors were encountered: