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.28] - Bump containerd to v1.7.22 #6999

Closed
brandond opened this issue Oct 10, 2024 · 3 comments
Closed

[Release-1.28] - Bump containerd to v1.7.22 #6999

brandond opened this issue Oct 10, 2024 · 3 comments
Assignees

Comments

@brandond
Copy link
Member

Backport fix for Bump containerd to v1.7.22

@brandond brandond self-assigned this Oct 10, 2024
@aganesh-suse
Copy link

aganesh-suse commented Oct 11, 2024

PR link: #7004

@brandond
Copy link
Member Author

fixed link in PR

@brandond brandond added this to the v1.28.15+rke2r1 milestone Oct 11, 2024
@aganesh-suse
Copy link

Validated on release-1.28 branch with commit 6985775

Environment Details

Infrastructure

  • Cloud
  • Hosted

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"

Testing Steps

  1. Copy config.yaml
$ sudo mkdir -p /etc/rancher/rke2 && sudo cp config.yaml /etc/rancher/rke2
  1. Install RKE2
curl -sfL https://get.rke2.io | sudo INSTALL_RKE2_COMMIT='6985775d4af424a558220f714b705a50aa9b0026' INSTALL_RKE2_TYPE='server' INSTALL_RKE2_METHOD=tar sh -
  1. Start the RKE2 service
$ sudo systemctl enable --now rke2-server
  1. Verify containerd version: v1.7.22

Validation Results:

  • rke2 version used for validation:
$ 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants