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
when you switch to the microshift preset, it does not clear same as default values... this means the cpus remains in the config file. when switching, the backend should do a lower than check and override
A preset is a combination of bundle, cpus, memory, disksize. this means that they should be enforced and checked for defaults. if you have 2 for microshift, for some reason (as it got there), and when you switch preset... we should either do a default check on all values... or just immediately do a check for lower than default and override
Note: even moving back to the default preset, should enforce all values to adhere to the default preset (openshift in this case)
crc.json
when you switch to the microshift preset, it does not clear same as default values... this means the
cpus
remains in the config file. when switching, the backend should do a lower than check and overrideA preset is a combination of
bundle
,cpus
,memory
,disksize
. this means that they should be enforced and checked for defaults. if you have 2 for microshift, for some reason (as it got there), and when you switch preset... we should either do a default check on all values... or just immediately do a check for lower than default and overrideNote: even moving back to the default preset, should enforce all values to adhere to the default preset (openshift in this case)
example
ps> crc config unset preset
should result in:
Easy to reproduce with:
regardless of what has been set before
While:
does report the correct error.
crc-org/crc-extension#87 (comment)
The text was updated successfully, but these errors were encountered: