We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's a new version of etcd available. We should use it.
Cannot be backported beyond v1.26 due to #7173 (comment)
The text was updated successfully, but these errors were encountered:
k3s version v1.27.5+k3s-206898e2 (206898e2) go version go1.20.7
Infrastructure
Node(s) CPU architecture, OS, and Version:
Rhel9
Cluster Configuration:
1 server
Config.yaml:
write-kubeconfig-mode: 644 debug: true cluster-init: true
$ sudo mkdir -p /etc/rancher/k3s && sudo cp config.yaml /etc/rancher/k3s
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
Sorry, something went wrong.
bguzman-3pillar
No branches or pull requests
There's a new version of etcd available. We should use it.
Cannot be backported beyond v1.26 due to #7173 (comment)
The text was updated successfully, but these errors were encountered: