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.27] - The arm64 hardened-multus-cni images contain amd64 binaries #6346

Closed
thomasferrandiz opened this issue Jul 16, 2024 · 1 comment
Assignees

Comments

@thomasferrandiz
Copy link
Contributor

Backport fix for The arm64 hardened-multus-cni images contain amd64 binaries

@VestigeJ
Copy link
Contributor

ARM

$ sudo file /var/lib/rancher/rke2/agent/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/43/fs/usr/src/multus-cni/bin/multus

/var/lib/rancher/rke2/agent/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/43/fs/usr/src/multus-cni/bin/multus: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, stripped

$ uname -a

Linux ip-1-1-1-29 5.14.21-150400.24.11-default #1 SMP PREEMPT_DYNAMIC Sun Jul 17 20:46:33 UTC 2022 (be260ca) aarch64 aarch64 aarch64 GNU/Linux

$ kgn

NAME               STATUS   ROLES                       AGE     VERSION
ip-1-1-1-29        Ready    control-plane,etcd,master   3m25s   v1.27.16+rke2r1

x64

$ sudo file /var/lib/rancher/rke2/agent/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/42/fs/usr/src/multus-cni/bin/multus

/var/lib/rancher/rke2/agent/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/42/fs/usr/src/multus-cni/bin/multus: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped

$ uname -a

Linux ip-1-1-1-78 5.14.21-150500.53-default #1 SMP PREEMPT_DYNAMIC Wed May 10 07:56:26 UTC 2023 (b630043) x86_64 x86_64 x86_64 GNU/Linux

$ kgn

NAME              STATUS   ROLES                       AGE    VERSION
ip-1-1-1-34       Ready    control-plane,etcd,master   5m8s   v1.27.16+rke2r1
ip-1-1-1-78       Ready    control-plane,etcd,master   27m    v1.27.16+rke2r1
ip-1-1-1-49       Ready    control-plane,etcd,master   21m    v1.27.16+rke2r1
ip-1-1-1-43       Ready    <none>                      22m    v1.27.16+rke2r1

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

No branches or pull requests

3 participants