Anjan Nath
Anjan Nath
Is there any plans to support the T4xx models? Also, how hard is it to port coreboot to these models, if provided guidance i am up for the task.
### General information * Minishift version: master * OS: Linux / macOS / Windows (all) ### Steps to reproduce 1. `minishift start` ### Expected `minishift start` complete successfully and deploys...
Ref: https://github.com/openshift/openshift-ansible/commit/8b45162da1b548fa60543e866082a1c53de0fc48
The current hyperkit driver installed using `brew` or provided by docker for mac, ends up in the following error: ``` Temporary Error: open /var/db/dhcpd_leases: no such file or directory. Retrying....
Currently in `crc config --help` it says: ``` * preset Virtual machine preset (alpha feature - valid values are: podman, openshift and okd) ``` should plan to the alpha statement...
In #3123 we pushed some error messages to debug logs because it wasn't preset aware, this gives us the opportunity to improve the code that handles this part, look at...
fixes #2543
To support macOS M1 chips, we can create universal fat binaries, and for the releases we can build only one pkg that'll work natively on both the platforms which provides...
In https://github.com/code-ready/crc/pull/3225 we removed the previously contained `podman` based commands for pushing images to the OpenShift internal registry, it could be useful to add this back in some other section...
Fixes #2869 e.g response for a single config `cpus`: ```json { "Configs": { "cpus": { "value": 2, "isDefault": true, "defaultValue": 2 } } } ``` **Note: This will also need...