Open rhopp opened 7 years ago
@rhopp
I think we can't do much from minishift side as we can't track which addon has which configuration.
I think the addon can itself check initially if VM has enough memory or not and then exit with message.
Any opinion @minishift/minishift-dev ?
I think the addon can itself check initially if VM has enough memory or not and then exit with message.
That's exactly what I had on my mind ;-)
This is not Che addon specific. this could be part of the meta-data, just like minimum OpenShift version, etc.
I think the addon can itself check initially if VM has enough memory or not and then exit with message.
Do you mean through add-on ssh
command.
through add-on
ssh
command
I hope not... as this moves logic for something generic into an add-on install... a think a 'Minimum Memory' variable in the ad-on header would be sufficient/possible.
@LalatenduMohanty @gbraad This seems like feature request for Minishift, shall we migrate the issue to appropriate issue tracker?
We are suggesting user to increase minishift memory to 5GB before enabling/applying che addon (in readme?). It would be nice, if "minishift addon enable che" would check current minishift config and if it is below 5GB, it would print message like:
Or at least print how it could be done.