-
I deploy strimzi operator version 0.46.0 and have this error My machine: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I am not sure if a workaround exists for such an issue. I mean, currently our images our based on |
Beta Was this translation helpful? Give feedback.
-
I found this issue on keycloak (keycloak/keycloak#17290) They said that with kvm64, which is the default setting for CPU type, has a limited set of instructions for the VM's OS (missing SSE4.2, which UBI9 requires). Thanks for your fast response. |
Beta Was this translation helpful? Give feedback.
I found this issue on keycloak (keycloak/keycloak#17290)
They also use the UBI9 as a base image and encounter the same problem when using it on a Proxmox VM with the default CPU setting.
They said that with kvm64, which is the default setting for CPU type, has a limited set of instructions for the VM's OS (missing SSE4.2, which UBI9 requires).
I just changed the VM CPU type to host and it worked! 🎉
Thanks for your fast response.