snc icon indicating copy to clipboard operation
snc copied to clipboard

Remove OLM and marketplace from standard installation

Open guillaumerose opened this issue 4 years ago • 3 comments

Change

Currently, monitoring is removed, we could do the same with OLM. OLM is the greatest memory consumer after Kubernetes itself.

How

It is included in SriKrishna's PR https://github.com/code-ready/snc/pull/280.

Expected and mesured improvements

Pros

Cons

guillaumerose avatar Nov 27 '20 12:11 guillaumerose

According to Praveen, first releases of crc didn't include OLM but many users need it.

guillaumerose avatar Nov 30 '20 14:11 guillaumerose

We should keep the OLM and marketplace on by default. One of the main use-cases for CRC is to work with operators. Either to use them as dependencies or to test ardevelop them, both requires OLM.

If we can have an easy way to disable it for users we should consider at that.

gorkem avatar Dec 12 '20 02:12 gorkem

If I remove OLM and marketplace operator, I win 1G of RAM. (6395 vs 5289M)

guillaumerose avatar Dec 15 '20 10:12 guillaumerose