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

Bump etcd to v3.5.9 #7989

Closed
brandond opened this issue Jul 14, 2023 · 1 comment
Closed

Bump etcd to v3.5.9 #7989

brandond opened this issue Jul 14, 2023 · 1 comment
Assignees
Milestone

Comments

@brandond
Copy link
Member

There's a new version of etcd available. We should use it.

Cannot be backported beyond v1.26 due to #7173 (comment)

@bguzman-3pillar
Copy link

Validated on commit 206898e

k3s version v1.27.5+k3s-206898e2 (206898e2)
go version go1.20.7

Environment Details

Infrastructure

  • Cloud
  • Hosted

Node(s) CPU architecture, OS, and Version:

Rhel9

Cluster Configuration:

1 server

Config.yaml:

write-kubeconfig-mode: 644
debug: true
cluster-init: true

Testing Steps

  1. Copy config.yaml
$ sudo mkdir -p /etc/rancher/k3s && sudo cp config.yaml /etc/rancher/k3s
  1. Install k3s
  2. Check etcd version

Validation Results:

Command:
sudo journalctl -u k3s | grep 'etcd-version' | awk -F'"' '{ for(i=1; i<=NF; ++i) if($i == "etcd-version") print $(i+2) }' 
---------------------
Assertion:
3.5.9
----------------------
Matched with result:
3.5.9

@github-project-automation github-project-automation bot moved this from To Test to Done Issue in K3s Development Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants