-
Notifications
You must be signed in to change notification settings - Fork 247
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
[BUG] Display user friendly message when OKD preset selected on Apple Silicon (M1/M2 - arm64) #3389
Comments
@alibo This is because OKD release doesn't have arm64 bits okd-project/okd#1165 have discussion around it. |
A user-friendly message when trying to use the okd preset on ARM would be a lot more useful than the error reported in this bug report. |
@praveenkumar @cfergeau perhaps detect this when the preset is chosen |
selected on an Arm platform |
I'm interested in working on this issue. Can someone assign this issue to me? |
…rm (crc-org#3389) Add additional handling in validatePreset method for failing the validation when `okd` preset is provided on arm architecture. Validation would fail with message directing user to use other preset values. Signed-off-by: Rohan Kumar <[email protected]>
…rm (crc-org#3389) Add additional handling in validatePreset method for failing the validation when `okd` preset is provided on arm architecture. Validation would fail with message directing user to use other preset values. Signed-off-by: Rohan Kumar <[email protected]>
…rm (#3389) Add additional handling in validatePreset method for failing the validation when `okd` preset is provided on arm architecture. Validation would fail with message directing user to use other preset values. Signed-off-by: Rohan Kumar <[email protected]>
General information
crc setup
before starting it (Yes/No)? Yes, but failsCRC version
CRC status
Machine does not exist. Use 'crc start' to create it
CRC config
Host Operating System
Steps to reproduce
Run the following commands on a machine with apple silicon:
crc config set preset okd
crc setup
Expected
setup CRC without any errors.
Actual
setup fails with the following error:
worth mentioning that it works with preset openshift.
Logs
Before gather the logs try following if that fix your issue
The text was updated successfully, but these errors were encountered: