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
runc v1.1.5 is out and fixes some vulnerabilities. We should use it.
The text was updated successfully, but these errors were encountered:
Infrastructure Cloud EC2 instance
Node(s) CPU architecture, OS, and Version: Ubuntu 20.04
Cluster Configuration: 1 node
Config.yaml 1 node :
cat /etc/rancher/k3s/config.yaml write-kubeconfig-mode: 644 token: <>
k3s version v1.26.3+k3s-877247a6 (877247a6) COMMIT ID= (877247a6911c09ccc26b72415a6326e9646d88bd) ~$ k3s --version k3s version v1.26.3+k3s-877247a6 (877247a6) go version go1.19.7 ~$ RUNC_PATH=$(find /var/lib/rancher/k3s/data/ -type f -name "runc" | head -1) ~$ sudo $RUNC_PATH --version runc version 1.1.5 commit: v1.1.5-0-gf19387a spec: 1.0.2-dev go: go1.19.7 libseccomp: 2.5.4 ~$ k apply -f dep.yaml ~$ kubectl get pod busybox-test -o wide NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES busybox-test 1/1 Running 0 21s 10.42.0.9 ip-172-31-37-172 <none> <none>
Sorry, something went wrong.
brandond
fmoral2
No branches or pull requests
runc v1.1.5 is out and fixes some vulnerabilities. We should use it.
The text was updated successfully, but these errors were encountered: