-
Notifications
You must be signed in to change notification settings - Fork 655
Intel binary present on the ARM #827
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
Comments
I get the same issue with at the least registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.14
|
The problem does not exist for older versions like registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.13 |
This was fixed in #801, just that a new release will be needed. |
@hakman do you have any ETA for the release? We use flux to auto apply minor updates and this broke a lot of clusters... |
There are very few people that can do releases. This is why #819. |
Are you saying that releases on hold until that feature ticket is resolved? This fix has been accepted, there shouldn't be much of a process block. Releases happened before somehow, and this is a major breakage. |
I would suggest thinking about fixing the release process, as a release process not allowing to publish an important fix for a major breakage for two weeks is undoubtedly broken. |
Two months without a release. This takes "breaking the deploy and going home" to a whole new level. |
@vteratipally @Random-Liu Can we do something about a NPD release? |
NPD v0.8.15 has been released:
/close |
@hakman: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Could you please publish the release notes |
@vteratipally I think only approvers have permission to publish releases. |
Is it a release if it is only partially done? Can this be opened until the release is actually complete? |
We are getting following error from NPD in our nodes
/bin/sh: 1: exec: /node-problem-detector: Exec format error
Crashing because of Intel/AMD 64bit binary present on aarch64/ARM64 docker image.
root@:/# file node-problem-detector node-problem-detector: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=bd9bd59069612b94e84e1c60d73ebf61d618cd44, for GNU/Linux 3.2.0, with debug_info, not stripped
root@:/# unae me -a Linux 654213c1a942 6.4.16-orbstack-00105-g14094bfeec09 #1 SMP Mon Sep 18 21:45:38 UTC 2023 aarch64 GNU/Linux
root@:/# file /bin/bash /bin/bash: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=96c22dfc3c74ccf4ba77d9cce6fc2c5e635456c1, for GNU/Linux 3.7.0, stripped
The text was updated successfully, but these errors were encountered: