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

[Release-1.26] - Bump etcd to v3.5.9 #7990

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

[Release-1.26] - Bump etcd to v3.5.9 #7990

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

Comments

@brandond
Copy link
Member

Backport fix for Bump etcd to v3.5.9

@bguzman-3pillar
Copy link

Validated on commit 38cbe2d

k3s version v1.26.8+k3s-38cbe2d5 (38cbe2d5)
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:

Version Checked: k3s version v1.26.8+k3s-38cbe2d5 (38cbe2d5)
go version go1.20.7
Command Executed: sudo journalctl -u k3s | grep 'etcd-version' | awk -F'"' '{ for(i=1; i<=NF; ++i) if($i == "etcd-version") print $(i+2) }' 
Execution Location: Node
Expected Value: 3.5.9

## Result
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

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