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] Update to containerd/runc v1.7.1/v1.1.7 #7530

Closed
brandond opened this issue May 11, 2023 · 1 comment
Closed

[release-1.26] Update to containerd/runc v1.7.1/v1.1.7 #7530

brandond opened this issue May 11, 2023 · 1 comment
Assignees
Milestone

Comments

@brandond
Copy link
Member

@brandond brandond added this to the v1.26.5+k3s1 milestone May 11, 2023
@brandond brandond self-assigned this May 11, 2023
@brandond brandond changed the title [release-1.26] Update to containerd v1.7.1 [release-1.26] Update to containerd/runc v1.7.1/v1.1.7 May 11, 2023
@bguzman-3pillar bguzman-3pillar self-assigned this May 15, 2023
@bguzman-3pillar
Copy link

Validated on commit e8d9ed79841859a7ecf70039416e1af5b7a91bdb

$ k3s -v
k3s version v1.26.4+k3s-e8d9ed79 (e8d9ed79)
go version go1.19.8

Environment Details

Infrastructure

  • Cloud
  • Hosted

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

$ cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.2 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.2 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu

Cluster Configuration:

1 server

Testing Steps

  1. Install k3s
  2. Run /var/lib/rancher/k3s/data/current/bin/containerd -v to check version v1.7.1-k3s1

Validation Results:

$ /var/lib/rancher/k3s/data/current/bin/containerd -v
containerd github.com/k3s-io/containerd v1.7.1-k3s1
$ kubectl get node,all -A 
NAME                    STATUS   ROLES                  AGE     VERSION
node/ip-172-31-33-229   Ready    control-plane,master   4m31s   v1.26.4+k3s-e8d9ed79

NAMESPACE     NAME                                          READY   STATUS      RESTARTS   AGE
kube-system   pod/coredns-59b4f5bbd5-6cvbz                  1/1     Running     0          4m17s
kube-system   pod/local-path-provisioner-76d776f6f9-jpxch   1/1     Running     0          4m17s
kube-system   pod/helm-install-traefik-crd-srzmz            0/1     Completed   0          4m18s
kube-system   pod/svclb-traefik-74f74c45-2wcvj              2/2     Running     0          4m3s
kube-system   pod/helm-install-traefik-g5mmd                0/1     Completed   1          4m18s
kube-system   pod/traefik-57c84cf78d-4kh2c                  1/1     Running     0          4m3s
kube-system   pod/metrics-server-7b67f64457-vtfz2           1/1     Running     0          4m17s

NAMESPACE     NAME                     TYPE           CLUSTER-IP      EXTERNAL-IP     PORT(S)                      AGE
default       service/kubernetes       ClusterIP      10.43.0.1       <none>          443/TCP                      4m32s
kube-system   service/kube-dns         ClusterIP      10.43.0.10      <none>          53/UDP,53/TCP,9153/TCP       4m28s
kube-system   service/metrics-server   ClusterIP      10.43.110.186   <none>          443/TCP                      4m28s
kube-system   service/traefik          LoadBalancer   10.43.131.33    172.31.33.229   80:31671/TCP,443:30125/TCP   4m4s

NAMESPACE     NAME                                    DESIRED   CURRENT   READY   UP-TO-DATE   AVAILABLE   NODE SELECTOR   AGE
kube-system   daemonset.apps/svclb-traefik-74f74c45   1         1         1       1            1           <none>          4m3s

NAMESPACE     NAME                                     READY   UP-TO-DATE   AVAILABLE   AGE
kube-system   deployment.apps/coredns                  1/1     1            1           4m28s
kube-system   deployment.apps/local-path-provisioner   1/1     1            1           4m28s
kube-system   deployment.apps/traefik                  1/1     1            1           4m4s
kube-system   deployment.apps/metrics-server           1/1     1            1           4m28s

NAMESPACE     NAME                                                DESIRED   CURRENT   READY   AGE
kube-system   replicaset.apps/coredns-59b4f5bbd5                  1         1         1       4m18s
kube-system   replicaset.apps/local-path-provisioner-76d776f6f9   1         1         1       4m18s
kube-system   replicaset.apps/traefik-57c84cf78d                  1         1         1       4m4s
kube-system   replicaset.apps/metrics-server-7b67f64457           1         1         1       4m18s

NAMESPACE     NAME                                 COMPLETIONS   DURATION   AGE
kube-system   job.batch/helm-install-traefik-crd   1/1           16s        4m26s
kube-system   job.batch/helm-install-traefik       1/1           17s        4m26s

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