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

[Bug] eksctl get addon --name coredns does not show update version available #7229

Closed
bernermic opened this issue Oct 26, 2023 · 3 comments · Fixed by #7471
Closed

[Bug] eksctl get addon --name coredns does not show update version available #7229

bernermic opened this issue Oct 26, 2023 · 3 comments · Fixed by #7471
Labels
kind/bug priority/important-longterm Important over the long term, but may not be currently staffed and/or may require multiple releases

Comments

@bernermic
Copy link

bernermic commented Oct 26, 2023

What were you trying to accomplish?

I want to check if there are updates for my installed addons. Coredns is the one which seems to behave not correct, as the newer version should be v1.10.1-eksbuild.4

» eksctl get addon --name coredns --cluster mycluster
2023-10-26 12:31:49 [ℹ]  Kubernetes version "1.28" in use by cluster "mycluster"
2023-10-26 12:31:50 [ℹ]  to see issues for an addon run `eksctl get addon --name <addon-name> --cluster <cluster-name>`
NAME	VERSION			STATUS	ISSUES	IAMROLE	UPDATE AVAILABLE	CONFIGURATION VALUES
coredns	v1.10.1-eksbuild.1	ACTIVE	0	

In the AWS docs it shows a newer version: https://docs.aws.amazon.com/eks/latest/userguide/managing-coredns.html
The command eksctl utils describe-addon-versions --name coredns --cluster mycluster shows a newer version too.

What happened?

Command does show no update version under column UPDATE AVAILABLE.

How to reproduce it?

Run command eksctl get addon --name coredns --cluster mycluster in EKS cluster with version 1.27 or .128

Logs

» eksctl get clusters -v 4
2023-10-26 12:42:15 [▶]  Setting credentials expiry window to 30 minutes
2023-10-26 12:42:15 [▶]  role ARN for the current session is "..."
NAME			REGION		EKSCTL CREATED
mycluster		eu-central-1	True

Anything else we need to know?
What OS are you using?
Fedora 38
Are you using a downloaded binary or did you compile eksctl?
Installed via brew
What type of AWS credentials are you using (i.e. default/named profile, MFA)? - please don't include actual credentials though!
MFA authentication

Versions

» eksctl info
eksctl version: 0.163.0-dev+e4222edab.2023-10-24T06:22:55Z
kubectl version: v1.28.3
OS: linux
@github-actions
Copy link
Contributor

Hello bernermic 👋 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

Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the stale label Nov 26, 2023
Copy link
Contributor

github-actions bot commented Dec 1, 2023

This issue was closed because it has been stalled for 5 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 1, 2023
@cPu1 cPu1 added priority/important-longterm Important over the long term, but may not be currently staffed and/or may require multiple releases and removed stale labels Dec 1, 2023
@cPu1 cPu1 reopened this Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug priority/important-longterm Important over the long term, but may not be currently staffed and/or may require multiple releases
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants