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

app-admin/etcd-wrapper: bump etcd version #2311

Merged
merged 1 commit into from
Sep 13, 2024
Merged

app-admin/etcd-wrapper: bump etcd version #2311

merged 1 commit into from
Sep 13, 2024

Conversation

tormath1
Copy link
Contributor

@tormath1 tormath1 commented Sep 12, 2024

required for Kubernetes 1.31 external etcd

Noticed here: flatcar/mantle#557

[ERROR ExternalEtcdVersion]: this version of kubeadm only supports external etcd version >= 3.5.11-0. Current version: 3.5.0

NOTE: This does not mean that Kubernetes 1.31 does not work on Flatcar, it means that "out of the box" you can't use shipped etcd from Flatcar as external etcd node.


Copy link
Member

@krnowak krnowak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but let's use a different link to changelog.

@@ -0,0 +1 @@
- etcd ([3.5.16](https://github.com/etcd-io/etcd/releases/tag/v3.5.16))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Etcd has some wacky changelog situation - the tagged commit has no changelog, the release branches have no changelog. The changelogs for all the release branches are in the main branch, so let's point there instead.

Suggested change
- etcd ([3.5.16](https://github.com/etcd-io/etcd/releases/tag/v3.5.16))
- etcd ([3.5.16](https://github.com/etcd-io/etcd/blob/96e17d38e244ef18756a55d33066f2893402794b/CHANGELOG/CHANGELOG-3.5.md#v3516-2024-09-10))

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the suggestion!

required for Kubernetes 1.31 external etcd

Signed-off-by: Mathieu Tortuyaux <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

2 participants