You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Form to create OpenShift Local cluser is empty right now. Would be good to have:
Makrdown property with short explanation where those configuration values coming from with link to open extension settings and external documentation
Cpus, memory, disk size and optional pull-secret file location fields initialized by default from extension settings
Additional context
-c, --cpus int Number of CPU cores to allocate to the instance (default 2)
-d, --disk-size uint Total size in GiB of the disk used by the instance (default 31)
-m, --memory int MiB of memory to allocate to the instance (default 4096)
-p, --pull-secret-file string File path of image pull secret (download from https://console.redhat.com/openshift/create/local)
The text was updated successfully, but these errors were encountered:
Form to create OpenShift Local cluser is empty right now
As we prioritize crc config set (Configuration) over any other way to provide the settings. Providing them with the start command is a one-shot and not persisted for a recreation. We mostly noticed that people to use the same settings again and again.
So if you add a dialog, you would have to provide the defaults and/or the settings as configured. Defaults are enforced based on the preset... they are currently enforced in a single location (configuration dialog).
Take note, any parameter for crc start is not a guarantee to work from the extension, as the extension relies on the use of the API endpoint:
Note: I would not provide most of them besides those you mentioned, as NameServer is a special case, SharedDirs not actively advertised for Windows, etc.
Form to create OpenShift Local cluser is empty right now. Would be good to have:
Additional context
The text was updated successfully, but these errors were encountered: