refined-application-74576
03/14/2025, 7:28 PM/var/lib/rancher/rke2/agent/images/etcd-image.txt
I get a different image. <http://index.docker.io/rancher/hardened-etcd:v3.5.13-k3s1-build20240531|index.docker.io/rancher/hardened-etcd:v3.5.13-k3s1-build20240531>
sean@jammy-02:/var/lib/rancher/rke2/agent/images$ rke2 -v
rke2 version v1.32.1+rke2r1 (c0f7be4407cf2c437cacfe735e5c943e827f2ff8)
go version go1.23.4 X:boringcrypto
sean@jammy-02:/var/lib/rancher/rke2/agent/images$ uname -a
Linux jammy-02 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
creamy-pencil-82913
03/14/2025, 7:29 PMcreamy-pencil-82913
03/14/2025, 7:29 PMcreamy-pencil-82913
03/14/2025, 7:30 PMrefined-application-74576
03/14/2025, 7:30 PMcreamy-pencil-82913
03/14/2025, 7:32 PMcreamy-pencil-82913
03/14/2025, 7:33 PMetcd-image
value in your config?creamy-pencil-82913
03/14/2025, 7:34 PMroot@rke2-server-1:/# rke2 --version
rke2 version v1.32.1+rke2r1 (c0f7be4407cf2c437cacfe735e5c943e827f2ff8)
go version go1.23.4 X:boringcrypto
root@rke2-server-1:/# kubectl get node -o wide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
<http://rke2-server-1.example.com|rke2-server-1.example.com> Ready control-plane,etcd,master 50s v1.32.1+rke2r1 172.17.0.4 <none> Ubuntu 22.04.5 LTS 6.8.0-1016-aws <containerd://1.7.23-k3s2>
root@rke2-server-1:/# cat /var/lib/rancher/rke2/agent/images/etcd-image.txt
<http://index.docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106|index.docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106>
root@rke2-server-1:/# curl -sL <https://github.com/rancher/rke2/releases/download/v1.32.1%2Brke2r1/rke2-images.linux-amd64.txt> | grep hardened-etcd
<http://docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106|docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106>
looks consistent to merefined-application-74576
03/14/2025, 7:34 PMrefined-application-74576
03/14/2025, 7:35 PM00-rke2-runtime.tar.zst
and rke2-runtime.tar.zst
in that directory that differed in content.refined-application-74576
03/14/2025, 7:36 PMcreamy-pencil-82913
03/14/2025, 7:36 PMrefined-application-74576
03/14/2025, 7:36 PMrefined-application-74576
03/14/2025, 7:37 PMhardened-etcd.txt
file with a different versionrefined-application-74576
03/14/2025, 7:37 PMcreamy-pencil-82913
03/14/2025, 7:38 PMcreamy-pencil-82913
03/14/2025, 7:39 PMroot@rke2-server-1:/# ls -la /var/lib/rancher/rke2/agent/images/
total 36
drwxr-xr-x 2 root root 4096 Mar 14 19:32 .
drwxr-xr-x 7 root root 4096 Mar 14 19:32 ..
-rw-r--r-- 1 root root 100 Mar 14 19:31 cloud-controller-manager-image.txt
-rw-r--r-- 1 root root 65 Mar 14 19:31 etcd-image.txt
-rw-r--r-- 1 root root 73 Mar 14 19:31 kube-apiserver-image.txt
-rw-r--r-- 1 root root 73 Mar 14 19:31 kube-controller-manager-image.txt
-rw-r--r-- 1 root root 73 Mar 14 19:32 kube-proxy-image.txt
-rw-r--r-- 1 root root 73 Mar 14 19:31 kube-scheduler-image.txt
-rw-r--r-- 1 root root 52 Mar 14 19:31 runtime-image.txt
this is what we manage. anything else would be something that is being created by an external process on your side.refined-application-74576
03/14/2025, 7:40 PMrefined-application-74576
03/14/2025, 7:40 PMrefined-application-74576
03/14/2025, 7:40 PMcreamy-pencil-82913
03/14/2025, 7:41 PMroot@rke2-server-1:/# ls -la /var/lib/rancher/rke2/agent/pod-manifests/
total 44
drwx------ 2 root root 4096 Mar 14 19:32 .
drwxr-xr-x 7 root root 4096 Mar 14 19:32 ..
-rw-r--r-- 1 root root 3799 Mar 14 19:32 cloud-controller-manager.yaml
-rw-r--r-- 1 root root 3284 Mar 14 19:31 etcd.yaml
-rw-r--r-- 1 root root 9511 Mar 14 19:32 kube-apiserver.yaml
-rw-r--r-- 1 root root 5820 Mar 14 19:32 kube-controller-manager.yaml
-rw-r--r-- 1 root root 2451 Mar 14 19:32 kube-proxy.yaml
-rw-r--r-- 1 root root 2729 Mar 14 19:32 kube-scheduler.yaml
creamy-pencil-82913
03/14/2025, 7:41 PMrefined-application-74576
03/14/2025, 7:43 PM