In my kubernetes cluster there is one server which is an (old) Intel i5 Apple Macmini running Ubuntu Linux. When the yakd pod is scheduled on that node, it won't start.
The output from the pod/container is:
The current machine does not support all of the following CPU features that are required by the image: [CX8, CMOV, FXSR, MMX, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, POPCNT, LZCNT, AVX, AVX2, BMI1, BMI2, FMA]. Please rebuild the executable with an appropriate setting of the -march option.
uname -p gives: x86_64
In my kubernetes cluster there is one server which is an (old) Intel i5 Apple Macmini running Ubuntu Linux. When the yakd pod is scheduled on that node, it won't start.
The output from the pod/container is:
The current machine does not support all of the following CPU features that are required by the image: [CX8, CMOV, FXSR, MMX, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, POPCNT, LZCNT, AVX, AVX2, BMI1, BMI2, FMA]. Please rebuild the executable with an appropriate setting of the -march option.uname -pgives:x86_64