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.31] - Bump runc to v1.2.4 to stop xino spam #11544

Closed
brandond opened this issue Jan 9, 2025 · 1 comment
Closed

[Release-1.31] - Bump runc to v1.2.4 to stop xino spam #11544

brandond opened this issue Jan 9, 2025 · 1 comment
Assignees
Milestone

Comments

@brandond
Copy link
Member

brandond commented Jan 9, 2025

Backport fix for Bump runc to v1.2.4 to stop xino spam

@fmoral2
Copy link
Contributor

fmoral2 commented Jan 22, 2025

Validated on Version:

-$  k3s v1.31.5-rc1+k3s1 

Environment Details

Infrastructure
Cloud EC2 instance

Node(s) CPU architecture, OS, and Version:
NAME="Oracle Linux Server"
VERSION="8.9"
ID="ol"
ID_LIKE="fedora"

Cluster Configuration:
1 node servers

Steps to validate the fix

  1. Install k3s
  2. Verify runc bump
  3. Validate nodes and pods
  4. Validate overlayfs logs

Reproduction Issue:

  $ kubectl get nodes
NAME               STATUS   ROLES                       AGE   VERSION
ip-   Ready    control-plane,etcd,master   22s   v1.31.4+k3s1
ubuntu@ip-:~$ sudo journalctl -k | grep -i 'overlayfs'
Jan 22 10:13:39 ip- kernel: overlayfs: "xino" feature enabled using 3 upper inode bits.
Jan 22 10:13:39 ip- kernel: overlayfs: "xino" feature enabled using 3 upper inode bits.
Jan 22 10:13:39 ip- kernel: overlayfs: "xino" feature enabled using 3 upper inode bits.
Jan 22 10:13:39 ip- kernel: overlayfs: "xino" feature enabled using 3 upper inode bits.
Jan 22 10:13:39 ip- kernel: overlayfs: "xino" feature enabled using 3 upper inode bits.
Jan 22 10:13:44 ip- kernel: overlayfs: "xino" feature enabled using 3 upper inode bits.
Jan 22 10:13:45 ip- kernel: overlayfs: "xino" feature enabled using 3 upper inode bits.
Jan 22 10:13:45 ip- kernel: overlayfs: "xino" feature enabled using 3 upper inode bits.
Jan 22 10:13:47 ip- kernel: overlayfs: "xino" feature enabled using 3 upper inode bits.
Jan 22 10:13:47 ip- kernel: overlayfs: "xino" feature enabled using 3 upper inode bits.
Jan 22 10:13:49 ip- kernel: overlayfs: "xino" feature enabled using 3 upper inode bits.
Jan 22 10:13:51 ip- kernel: overlayfs: "xino" feature enabled using 3 upper inode bits.
Jan 22 10:13:51 ip- kernel: overlayfs: "xino" feature enabled using 3 upper inode bits.
Jan 22 10:13:53 ip- kernel: overlayfs: "xino" feature enabled using 3 upper inode bits.
Jan 22 10:13:53 ip- kernel: overlayfs: "xino" feature enabled using 3 upper inode bits.

Validation Results:

  
 Command:
 (find /var/lib/rancher/k3s/data/ -type f -name runc -exec {} --version \;)
 ---------------------
 Assertion:
 runc
 ----------------------
 Matched with result:
 runc version 1.2.4


 Cluster nodes:  
ip- .us-east-2.compute.internal   Ready   control-plane,etcd,master   84s   v1.31.5-rc1+k3s1       Ubuntu 24.04 LTS   6.8.0-1012-aws   containerd://1.7.23-k


 Cluster pods:                              
  kube-system   coredns-ff8999cc5-6qc5l                   1/1   Running     0     90s  0.4   ip-1.us-east-2.compute.internal   <none>   <none>
  kube-system   helm-install-traefik-crd-764tw            0/1   Completed   0     90s  0.6   ip-1.us-east-2.compute.internal   <none>   <none>
  kube-system   helm-install-traefik-vw5mm                0/1   Completed   1     90s  0.3   ip-1.us-east-2.compute.internal   <none>   <none>
  kube-system   local-path-provisioner-698b58967b-8nq8g   1/1   Running     0     90s  0.5   ip-1.us-east-2.compute.internal   <none>   <none>
  kube-system   metrics-server-8584b5786c-6qjnv           1/1   Running     0     90s  0.2   ip-1.us-east-2.compute.internal   <none>   <none>
  kube-system   svclb-traefik-126e8680-m9qzg              2/2   Running     0     69s  0.7   ip-1.us-east-2.compute.internal   <none>   <none>
  kube-system   traefik-5c57d75bc9-q5jwv                  1/1   Running     0     70s  0.8   ip-1.us-east-2.compute.internal   <none>   <none>



$ sudo journalctl -k | grep -i 'overlayfs'
ubuntu@ ~$ 


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

No branches or pull requests

2 participants