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
Backport fix for Bump containerd to v1.7.22
The text was updated successfully, but these errors were encountered:
PR link: #7004
Sorry, something went wrong.
fixed link in PR
Infrastructure
Node(s) CPU architecture, OS, and Version:
$ cat /etc/os-release PRETTY_NAME="Ubuntu 24.04 LTS" $ uname -m x86_64
Cluster Configuration:
1 server
Server Flags
server_flags = "profile: cis\nselinux: true\npod-security-admission-config-file: /etc/rancher/rke2/custom-psa.yaml\ncni: flannel"
$ sudo mkdir -p /etc/rancher/rke2 && sudo cp config.yaml /etc/rancher/rke2
curl -sfL https://get.rke2.io | sudo INSTALL_RKE2_COMMIT='6985775d4af424a558220f714b705a50aa9b0026' INSTALL_RKE2_TYPE='server' INSTALL_RKE2_METHOD=tar sh -
$ sudo systemctl enable --now rke2-server
Validation Results:
$ rke2 -v rke2 version v1.28.14+dev.6985775d (6985775d4af424a558220f714b705a50aa9b0026) go version go1.22.6 X:boringcrypto
$ find /var/lib/rancher/rke2/data/ -type f -name containerd -exec {} --version \; containerd github.com/k3s-io/containerd v1.7.22-k3s1 d10f42149eca0b47964ba660f4049ba59cab93cd $ /var/lib/rancher/rke2/bin/kubectl --kubeconfig /etc/rancher/rke2/rke2.yaml get node -o yaml | grep containerd -A1 containerRuntimeVersion: containerd://1.7.22-k3s1 kernelVersion: 6.8.0-1012-aws
brandond
aganesh-suse
No branches or pull requests
Backport fix for Bump containerd to v1.7.22
The text was updated successfully, but these errors were encountered: